COLOR #9DAA70

HEX: #9DAA70
RGB: (157,170,112)

Color info

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

RGB color model

#9DAA70 color RGB value is (157,170,112).

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

RGB channels and saturation

R 157 of 255 = 62%
G 170 of 255 = 67%
B 112 of 255 = 44%

157
170
112

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

Portions of RGB colors in percentages

R + G + B =
157 + 170 + 112 = 439 (100%)
R 157 of 439 ~ 35.76%
G 170 of 439 ~ 38.72%
B 112 of 439 ~ 25.51%

%35.76
%38.72
%25.51

CMYK color model

#9DAA70 color CMYK value is (8,0,34,33).

  • cyan value is 7.65%
  • magenta value is 0.00%
  • yellow value is 34.12%
  • key color value is 33.33%
CMYK:
(8,0,34,33)
C8M0Y34K33 
(8%,0%,34%,33%)
(0.08/0.00/0.34/0.33)	

CMYK percentages

%7.65
%0
%34.12
%33.33

Codes

Color #9DAA70 in popluar color models

9DAA70
RGB157170112
HSL73°25.44%55.29%
HSB/HSV73°34.12%66.67%
CMYK7.65%0.00%34.12%
33.33%

Color #9DAA70 in popluar number systems.

HEX9DAA70
Decimal157170112
Binary10011101101010101110000
Octal235252160

Shades and tints

Shades of #9DAA70

#9DAA70
(157,170,112)
#8F9B66
(143,155,102)
#818C5C
(129,140,92)
#737D52
(115,125,82)
#656E48
(101,110,72)
#575F3E
(87,95,62)
#495034
(73,80,52)
#3B412A
(59,65,42)
#2D3220
(45,50,32)
#1F2316
(31,35,22)
#11140C
(17,20,12)
#000000
(0,0,0)

Tints of #9DAA70

#9DAA70
(157,170,112)
#A5B17D
(165,177,125)
#ADB88A
(173,184,138)
#B5BF97
(181,191,151)
#BDC6A4
(189,198,164)
#C5CDB1
(197,205,177)
#CDD4BE
(205,212,190)
#D5DBCB
(213,219,203)
#DDE2D8
(221,226,216)
#E5E9E5
(229,233,229)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DAA70 color. Also use rgb(157,170,112) instead hex code.

Text Font Color

.myTextColor { color: #9DAA70; }

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

This text font color is #9DAA70.


Background Color

.myBgColor { background-color: #9DAA70; }

<div style="background-color:#9DAA70">Inner text</div>

This div background color is #9DAA70.


Border color

.myBorderColor { border: 1px solid #9DAA70; }

<div style="border:3px solid #9DAA70">Div</div>

This div border color is #9DAA70.


Opacity

.myOpacity80 { color: #9DAA70; opacity: 0.8; }

<p style="color:#9DAA70;opacity:0.8;">80%</p>

Text with #9DAA70 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 #9DAA70;}

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

This text has shadow with #9DAA70 color.

.textShadow {text-shadow: 3px 3px 1px #9DAA70, 3px 3px 1px red;}

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

This text has shadow with #9DAA70 primary color and red secondary color.


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

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

This text has shadow with #9DAA70 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DAA70 on black background.


Color preview on white background

This text has color #9DAA70 on white background.



Black color preview on #9DAA70 background

This text has black color on #9DAA70 background.


White color preview on #9DAA70 background

This text has white color on #9DAA70 background.