COLOR #96AA70

HEX: #96AA70
RGB: (150,170,112)

Color info

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

RGB color model

#96AA70 color RGB value is (150,170,112).

  • red value is 150;
  • green value is 170;
  • blue value is 112.
RGB:
(150,170,112)
(59%,67%,44%)

RGB channels and saturation

R 150 of 255 = 59%
G 170 of 255 = 67%
B 112 of 255 = 44%

150
170
112

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

Portions of RGB colors in percentages

R + G + B =
150 + 170 + 112 = 432 (100%)
R 150 of 432 ~ 34.72%
G 170 of 432 ~ 39.35%
B 112 of 432 ~ 25.93%

%34.72
%39.35
%25.93

CMYK color model

#96AA70 color CMYK value is (12,0,34,33).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 34.12%
  • key color value is 33.33%
CMYK:
(12,0,34,33)
C12M0Y34K33 
(12%,0%,34%,33%)
(0.12/0.00/0.34/0.33)	

CMYK percentages

%11.76
%0
%34.12
%33.33

Codes

Color #96AA70 in popluar color models

96AA70
RGB150170112
HSL81°25.44%55.29%
HSB/HSV81°34.12%66.67%
CMYK11.76%0.00%34.12%
33.33%

Color #96AA70 in popluar number systems.

HEX96AA70
Decimal150170112
Binary10010110101010101110000
Octal226252160

Shades and tints

Shades of #96AA70

#96AA70
(150,170,112)
#899B66
(137,155,102)
#7C8C5C
(124,140,92)
#6F7D52
(111,125,82)
#626E48
(98,110,72)
#555F3E
(85,95,62)
#485034
(72,80,52)
#3B412A
(59,65,42)
#2E3220
(46,50,32)
#212316
(33,35,22)
#14140C
(20,20,12)
#000000
(0,0,0)

Tints of #96AA70

#96AA70
(150,170,112)
#9FB17D
(159,177,125)
#A8B88A
(168,184,138)
#B1BF97
(177,191,151)
#BAC6A4
(186,198,164)
#C3CDB1
(195,205,177)
#CCD4BE
(204,212,190)
#D5DBCB
(213,219,203)
#DEE2D8
(222,226,216)
#E7E9E5
(231,233,229)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96AA70 color. Also use rgb(150,170,112) instead hex code.

Text Font Color

.myTextColor { color: #96AA70; }

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

This text font color is #96AA70.


Background Color

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

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

This div background color is #96AA70.


Border color

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

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

This div border color is #96AA70.


Opacity

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

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

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

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

This text has shadow with #96AA70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96AA70 on black background.


Color preview on white background

This text has color #96AA70 on white background.



Black color preview on #96AA70 background

This text has black color on #96AA70 background.


White color preview on #96AA70 background

This text has white color on #96AA70 background.