COLOR #96A77D

HEX: #96A77D RGB: (150,167,125)

Color info

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

RGB color model

#96A77D color RGB value is (150,167,125).

RGB: (150,167,125) (59%, 65%, 49%)

RGB channels and saturation

R 150 of 255 = 59%
G 167 of 255 = 65%
B 125 of 255 = 49%

150
167
125

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

Portions of RGB colors in percentages

R + G + B = 150 + 167 + 125 = 442 (100%)
R 150 of 442 ~ 33.94%
G 167 of 442 ~ 37.78%
B 125 of 442 ~ 28.28'%

%33.94
%37.78
%28.28

CMYK color model

#96A77D color CMYK value is (10,0,25,35).

  • cyan value is 10.18%
  • magenta value is 0.00%
  • yellow value is 25.15%
  • key color value is 34.51%
CMYK: (10,0,25,35) C10M0Y25K35 (10%,0%,25%,35%) (0.10/0.00/0.25/0.35) 

CMYK percentages

%10.18
%0
%25.15
%34.51

Codes

Color #96A77D in popluar color models

96 A7 7D
RGB 150 167 125
HSL 84° 19.27% 57.25%
HSB/HSV 84° 25.15% 65.49%
CMYK 10.18% 0.00% 25.15%
34.51%

Color #96A77D in popluar number systems.

HEX 96 A7 7D
Decimal 150 167 125
Binary 10010110 10100111 1111101
Octal 226 247 175

Shades and tints

Shades of #96A77D

#96A77D
(150,167,125)
#899872
(137,152,114)
#7C8967
(124,137,103)
#6F7A5C
(111,122,92)
#626B51
(98,107,81)
#555C46
(85,92,70)
#484D3B
(72,77,59)
#3B3E30
(59,62,48)
#2E2F25
(46,47,37)
#21201A
(33,32,26)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #96A77D

#96A77D
(150,167,125)
#9FAF88
(159,175,136)
#A8B793
(168,183,147)
#B1BF9E
(177,191,158)
#BAC7A9
(186,199,169)
#C3CFB4
(195,207,180)
#CCD7BF
(204,215,191)
#D5DFCA
(213,223,202)
#DEE7D5
(222,231,213)
#E7EFE0
(231,239,224)
#F0F7EB
(240,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A77D color. Also use rgb(150,167,125) instead hex code.

Text Font Color

.myTextColor { color: #96A77D; }

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

This text font color is #96A77D.

Background Color

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

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

This div background color is #96A77D.

Border color

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

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

This div border color is #96A77D.

Opacity

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

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

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

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

This text has shadow with #96A77D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96A77D.

Preview

Color preview on black background

This text has color #96A77D on black background.


Color preview on white background

This text has color #96A77D on white background.


Black color preview on #96A77D background

This text has black color on #96A77D background.


White color preview on #96A77D background

This text has white color on #96A77D background.


Related colors

Complementary color

Complementary color for #hex is #695882.


I love getcolorcode.com

Triadic colors

1 #7D96A7 and #A77D96 with #96A77D are triadic colors.

2 #7DA796 and #A7967D with #96A77D are triadic colors.