COLOR #96A577

HEX: #96A577 RGB: (150,165,119)

Color info

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

RGB color model

#96A577 color RGB value is (150,165,119).

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

RGB channels and saturation

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

150
165
119

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

Portions of RGB colors in percentages

R + G + B = 150 + 165 + 119 = 434 (100%)
R 150 of 434 ~ 34.56%
G 165 of 434 ~ 38.02%
B 119 of 434 ~ 27.42'%

%34.56
%38.02
%27.42

CMYK color model

#96A577 color CMYK value is (9,0,28,35).

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

CMYK: (9,0,28,35)
C9M0Y28K35 (9%, 0%, 28%, 35%)
(0.09 / 0.00 / 0.28 / 0.35)

CMYK percentages

%9.09
%0
%27.88
%35.29

Codes

Color #96A577 in popluar color models

96 A5 77
RGB 150 165 119
HSL 80° 20.35% 55.69%
HSB/HSV 80° 27.88% 64.71%
CMYK 9.09% 0.00% 27.88%
35.29%

Color #96A577 in popluar number systems.

HEX 96 A5 77
Decimal 150 165 119
Binary 10010110 10100101 1110111
Octal 226 245 167

Shades and tints

Shades of #96A577

#96A577
(150,165,119)
#89966D
(137,150,109)
#7C8763
(124,135,99)
#6F7859
(111,120,89)
#62694F
(98,105,79)
#555A45
(85,90,69)
#484B3B
(72,75,59)
#3B3C31
(59,60,49)
#2E2D27
(46,45,39)
#211E1D
(33,30,29)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #96A577

#96A577
(150,165,119)
#9FAD83
(159,173,131)
#A8B58F
(168,181,143)
#B1BD9B
(177,189,155)
#BAC5A7
(186,197,167)
#C3CDB3
(195,205,179)
#CCD5BF
(204,213,191)
#D5DDCB
(213,221,203)
#DEE5D7
(222,229,215)
#E7EDE3
(231,237,227)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A577; }

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

This text font color is #96A577.

Background Color

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

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

This div background color is #96A577.

Border color

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

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

This div border color is #96A577.

Opacity

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

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

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

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

This text has shadow with #96A577 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96A577.

Preview

Color preview on black background

This text has color #96A577 on black background.


Color preview on white background

This text has color #96A577 on white background.


Black color preview on #96A577 background

This text has black color on #96A577 background.


White color preview on #96A577 background

This text has white color on #96A577 background.


Related colors

Complementary color

Complementary color for #hex is #695A88.


I love getcolorcode.com

Triadic colors

1 #7796A5 and #A57796 with #96A577 are triadic colors.

2 #77A596 and #A59677 with #96A577 are triadic colors.