COLOR #9DAA74

HEX: #9DAA74 RGB: (157,170,116)

Color info

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

RGB color model

#9DAA74 color RGB value is (157,170,116).

RGB: (157,170,116) (62%, 67%, 45%)

RGB channels and saturation

R 157 of 255 = 62%
G 170 of 255 = 67%
B 116 of 255 = 45%

157
170
116

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

Portions of RGB colors in percentages

R + G + B = 157 + 170 + 116 = 443 (100%)
R 157 of 443 ~ 35.44%
G 170 of 443 ~ 38.37%
B 116 of 443 ~ 26.19'%

%35.44
%38.37
%26.19

CMYK color model

#9DAA74 color CMYK value is (8,0,32,33).

  • cyan value is 7.65%
  • magenta value is 0.00%
  • yellow value is 31.76%
  • key color value is 33.33%

CMYK: (8,0,32,33)
C8M0Y32K33 (8%, 0%, 32%, 33%)
(0.08 / 0.00 / 0.32 / 0.33)

CMYK percentages

%7.65
%0
%31.76
%33.33

Codes

Color #9DAA74 in popluar color models

9D AA 74
RGB 157 170 116
HSL 74° 24.11% 56.08%
HSB/HSV 74° 31.76% 66.67%
CMYK 7.65% 0.00% 31.76%
33.33%

Color #9DAA74 in popluar number systems.

HEX 9D AA 74
Decimal 157 170 116
Binary 10011101 10101010 1110100
Octal 235 252 164

Shades and tints

Shades of #9DAA74

#9DAA74
(157,170,116)
#8F9B6A
(143,155,106)
#818C60
(129,140,96)
#737D56
(115,125,86)
#656E4C
(101,110,76)
#575F42
(87,95,66)
#495038
(73,80,56)
#3B412E
(59,65,46)
#2D3224
(45,50,36)
#1F231A
(31,35,26)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #9DAA74

#9DAA74
(157,170,116)
#A5B180
(165,177,128)
#ADB88C
(173,184,140)
#B5BF98
(181,191,152)
#BDC6A4
(189,198,164)
#C5CDB0
(197,205,176)
#CDD4BC
(205,212,188)
#D5DBC8
(213,219,200)
#DDE2D4
(221,226,212)
#E5E9E0
(229,233,224)
#EDF0EC
(237,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DAA74; }

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

This text font color is #9DAA74.

Background Color

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

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

This div background color is #9DAA74.

Border color

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

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

This div border color is #9DAA74.

Opacity

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

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

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

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

This text has shadow with #9DAA74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DAA74.

Preview

Color preview on black background

This text has color #9DAA74 on black background.


Color preview on white background

This text has color #9DAA74 on white background.


Black color preview on #9DAA74 background

This text has black color on #9DAA74 background.


White color preview on #9DAA74 background

This text has white color on #9DAA74 background.


Related colors

Complementary color

Complementary color for #hex is #62558B.


I love getcolorcode.com

Triadic colors

1 #749DAA and #AA749D with #9DAA74 are triadic colors.

2 #74AA9D and #AA9D74 with #9DAA74 are triadic colors.