COLOR #96A578

HEX: #96A578 RGB: (150,165,120)

Color info

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

RGB color model

#96A578 color RGB value is (150,165,120).

RGB: (150,165,120) (59%, 65%, 47%)

RGB channels and saturation

R 150 of 255 = 59%
G 165 of 255 = 65%
B 120 of 255 = 47%

150
165
120

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

Portions of RGB colors in percentages

R + G + B = 150 + 165 + 120 = 435 (100%)
R 150 of 435 ~ 34.48%
G 165 of 435 ~ 37.93%
B 120 of 435 ~ 27.59'%

%34.48
%37.93
%27.59

CMYK color model

#96A578 color CMYK value is (9,0,27,35).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 35.29%

CMYK: (9,0,27,35)
C9M0Y27K35 (9%, 0%, 27%, 35%)
(0.09 / 0.00 / 0.27 / 0.35)

CMYK percentages

%9.09
%0
%27.27
%35.29

Codes

Color #96A578 in popluar color models

96 A5 78
RGB 150 165 120
HSL 80° 20.00% 55.88%
HSB/HSV 80° 27.27% 64.71%
CMYK 9.09% 0.00% 27.27%
35.29%

Color #96A578 in popluar number systems.

HEX 96 A5 78
Decimal 150 165 120
Binary 10010110 10100101 1111000
Octal 226 245 170

Shades and tints

Shades of #96A578

#96A578
(150,165,120)
#89966E
(137,150,110)
#7C8764
(124,135,100)
#6F785A
(111,120,90)
#626950
(98,105,80)
#555A46
(85,90,70)
#484B3C
(72,75,60)
#3B3C32
(59,60,50)
#2E2D28
(46,45,40)
#211E1E
(33,30,30)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #96A578

#96A578
(150,165,120)
#9FAD84
(159,173,132)
#A8B590
(168,181,144)
#B1BD9C
(177,189,156)
#BAC5A8
(186,197,168)
#C3CDB4
(195,205,180)
#CCD5C0
(204,213,192)
#D5DDCC
(213,221,204)
#DEE5D8
(222,229,216)
#E7EDE4
(231,237,228)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A578; }

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

This text font color is #96A578.

Background Color

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

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

This div background color is #96A578.

Border color

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

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

This div border color is #96A578.

Opacity

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

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

Text with #96A578 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 #96A578;}

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

This text has shadow with #96A578 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96A578.

Preview

Color preview on black background

This text has color #96A578 on black background.


Color preview on white background

This text has color #96A578 on white background.


Black color preview on #96A578 background

This text has black color on #96A578 background.


White color preview on #96A578 background

This text has white color on #96A578 background.


Related colors

Complementary color

Complementary color for #hex is #695A87.


I love getcolorcode.com

Triadic colors

1 #7896A5 and #A57896 with #96A578 are triadic colors.

2 #78A596 and #A59678 with #96A578 are triadic colors.