COLOR #96B378

HEX: #96B378 RGB: (150,179,120)

Color info

#96B378 contains red, green and blue colors in about the same proportion. Web safe color of #96B378 is #999966 (or #996).

RGB color model

#96B378 color RGB value is (150,179,120).

RGB: (150,179,120) (59%, 70%, 47%)

RGB channels and saturation

R 150 of 255 = 59%
G 179 of 255 = 70%
B 120 of 255 = 47%

150
179
120

R + G + B ~ 59%. #96B378 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 179 + 120 = 449 (100%)
R 150 of 449 ~ 33.41%
G 179 of 449 ~ 39.87%
B 120 of 449 ~ 26.73'%

%33.41
%39.87
%26.73

CMYK color model

#96B378 color CMYK value is (16,0,33,30).

  • cyan value is 16.20%
  • magenta value is 0.00%
  • yellow value is 32.96%
  • key color value is 29.80%

CMYK: (16,0,33,30)
C16M0Y33K30 (16%, 0%, 33%, 30%)
(0.16 / 0.00 / 0.33 / 0.30)

CMYK percentages

%16.2
%0
%32.96
%29.8

Codes

Color #96B378 in popluar color models

96 B3 78
RGB 150 179 120
HSL 89° 27.96% 58.63%
HSB/HSV 89° 32.96% 70.20%
CMYK 16.20% 0.00% 32.96%
29.80%

Color #96B378 in popluar number systems.

HEX 96 B3 78
Decimal 150 179 120
Binary 10010110 10110011 1111000
Octal 226 263 170

Shades and tints

Shades of #96B378

#96B378
(150,179,120)
#89A36E
(137,163,110)
#7C9364
(124,147,100)
#6F835A
(111,131,90)
#627350
(98,115,80)
#556346
(85,99,70)
#48533C
(72,83,60)
#3B4332
(59,67,50)
#2E3328
(46,51,40)
#21231E
(33,35,30)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #96B378

#96B378
(150,179,120)
#9FB984
(159,185,132)
#A8BF90
(168,191,144)
#B1C59C
(177,197,156)
#BACBA8
(186,203,168)
#C3D1B4
(195,209,180)
#CCD7C0
(204,215,192)
#D5DDCC
(213,221,204)
#DEE3D8
(222,227,216)
#E7E9E4
(231,233,228)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B378 color. Also use rgb(150,179,120) instead hex code.

Text Font Color

.myTextColor { color: #96B378; }

<p style="color:#96B378">This sample text font color is #96B378.</p>

This text font color is #96B378.

Background Color

.myBgColor { background-color: #96B378; }

<div style="background-color:#96B378">Inner text</div>

This div background color is #96B378.

Border color

.myBorderColor { border: 1px solid #96B378; }

<div style="border:3px solid #96B378">Div</div>

This div border color is #96B378.

Opacity

.myOpacity80 { color: #96B378; opacity: 0.8; }

<p style="color:#96B378;opacity:0.8;">80%</p>

Text with #96B378 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #96B378;}

<p style="text-shadow: 3px 3px 1px #96B378">Text here.</p>

This text has shadow with #96B378 color.


.textShadow {text-shadow: 3px 3px 1px #96B378', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #96B378, 5px 5px 20px red">Text here.</p>

This text has shadow with #96B378 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#96B378, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#96B378, Direction=45, Strength=4)">Text</p>

This text has shadow with #96B378 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #96B378;
-webkit-box-shadow: 1px 1px 3px 2px #96B378;
box-shadow: 1px 1px 3px 2px #96B378;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #96B378; -webkit-box-shadow: 1px 1px 3px 2px #96B378; box-shadow:1px 1px 3px 2px #96B378;">
Div content here
</div>

This div box has shadow with color #96B378.

Preview

Color preview on black background

This text has color #96B378 on black background.


Color preview on white background

This text has color #96B378 on white background.


Black color preview on #96B378 background

This text has black color on #96B378 background.


White color preview on #96B378 background

This text has white color on #96B378 background.


Related colors

Complementary color

Complementary color for #hex is #694C87.


I love getcolorcode.com

Triadic colors

1 #7896B3 and #B37896 with #96B378 are triadic colors.

2 #78B396 and #B39678 with #96B378 are triadic colors.