COLOR #96A77E

HEX: #96A77E
RGB: (150,167,126)

Color info

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

RGB color model

#96A77E color RGB value is (150,167,126).

  • red value is 150;
  • green value is 167;
  • blue value is 126.
RGB:
(150,167,126)
(59%,65%,49%)

RGB channels and saturation

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

150
167
126

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

Portions of RGB colors in percentages

R + G + B =
150 + 167 + 126 = 443 (100%)
R 150 of 443 ~ 33.86%
G 167 of 443 ~ 37.7%
B 126 of 443 ~ 28.44%

%33.86
%37.7
%28.44

CMYK color model

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

  • cyan value is 10.18%
  • magenta value is 0.00%
  • yellow value is 24.55%
  • 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
%24.55
%34.51

Codes

Color #96A77E in popluar color models

96A77E
RGB150167126
HSL85°18.89%57.45%
HSB/HSV85°24.55%65.49%
CMYK10.18%0.00%24.55%
34.51%

Color #96A77E in popluar number systems.

HEX96A77E
Decimal150167126
Binary10010110101001111111110
Octal226247176

Shades and tints

Shades of #96A77E

#96A77E
(150,167,126)
#899873
(137,152,115)
#7C8968
(124,137,104)
#6F7A5D
(111,122,93)
#626B52
(98,107,82)
#555C47
(85,92,71)
#484D3C
(72,77,60)
#3B3E31
(59,62,49)
#2E2F26
(46,47,38)
#21201B
(33,32,27)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #96A77E

#96A77E
(150,167,126)
#9FAF89
(159,175,137)
#A8B794
(168,183,148)
#B1BF9F
(177,191,159)
#BAC7AA
(186,199,170)
#C3CFB5
(195,207,181)
#CCD7C0
(204,215,192)
#D5DFCB
(213,223,203)
#DEE7D6
(222,231,214)
#E7EFE1
(231,239,225)
#F0F7EC
(240,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A77E; }

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

This text font color is #96A77E.


Background Color

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

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

This div background color is #96A77E.


Border color

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

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

This div border color is #96A77E.


Opacity

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

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

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

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

This text has shadow with #96A77E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A77E on black background.


Color preview on white background

This text has color #96A77E on white background.



Black color preview on #96A77E background

This text has black color on #96A77E background.


White color preview on #96A77E background

This text has white color on #96A77E background.