COLOR #9DAF72

HEX: #9DAF72 RGB: (157,175,114)

Color info

#9DAF72 contains mainly red and green colors. Web safe color of #9DAF72 is #999966 (or #996).

RGB color model

#9DAF72 color RGB value is (157,175,114).

RGB: (157,175,114) (62%, 69%, 45%)

RGB channels and saturation

R 157 of 255 = 62%
G 175 of 255 = 69%
B 114 of 255 = 45%

157
175
114

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

Portions of RGB colors in percentages

R + G + B = 157 + 175 + 114 = 446 (100%)
R 157 of 446 ~ 35.2%
G 175 of 446 ~ 39.24%
B 114 of 446 ~ 25.56'%

%35.2
%39.24
%25.56

CMYK color model

#9DAF72 color CMYK value is (10,0,35,31).

  • cyan value is 10.29%
  • magenta value is 0.00%
  • yellow value is 34.86%
  • key color value is 31.37%

CMYK: (10,0,35,31)
C10M0Y35K31 (10%, 0%, 35%, 31%)
(0.10 / 0.00 / 0.35 / 0.31)

CMYK percentages

%10.29
%0
%34.86
%31.37

Codes

Color #9DAF72 in popluar color models

9D AF 72
RGB 157 175 114
HSL 78° 27.60% 56.67%
HSB/HSV 78° 34.86% 68.63%
CMYK 10.29% 0.00% 34.86%
31.37%

Color #9DAF72 in popluar number systems.

HEX 9D AF 72
Decimal 157 175 114
Binary 10011101 10101111 1110010
Octal 235 257 162

Shades and tints

Shades of #9DAF72

#9DAF72
(157,175,114)
#8FA068
(143,160,104)
#81915E
(129,145,94)
#738254
(115,130,84)
#65734A
(101,115,74)
#576440
(87,100,64)
#495536
(73,85,54)
#3B462C
(59,70,44)
#2D3722
(45,55,34)
#1F2818
(31,40,24)
#11190E
(17,25,14)
#000000
(0,0,0)

Tints of #9DAF72

#9DAF72
(157,175,114)
#A5B67E
(165,182,126)
#ADBD8A
(173,189,138)
#B5C496
(181,196,150)
#BDCBA2
(189,203,162)
#C5D2AE
(197,210,174)
#CDD9BA
(205,217,186)
#D5E0C6
(213,224,198)
#DDE7D2
(221,231,210)
#E5EEDE
(229,238,222)
#EDF5EA
(237,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DAF72 color. Also use rgb(157,175,114) instead hex code.

Text Font Color

.myTextColor { color: #9DAF72; }

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

This text font color is #9DAF72.

Background Color

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

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

This div background color is #9DAF72.

Border color

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

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

This div border color is #9DAF72.

Opacity

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

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

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

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

This text has shadow with #9DAF72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DAF72.

Preview

Color preview on black background

This text has color #9DAF72 on black background.


Color preview on white background

This text has color #9DAF72 on white background.


Black color preview on #9DAF72 background

This text has black color on #9DAF72 background.


White color preview on #9DAF72 background

This text has white color on #9DAF72 background.


Related colors

Complementary color

Complementary color for #hex is #62508D.


I love getcolorcode.com

Triadic colors

1 #729DAF and #AF729D with #9DAF72 are triadic colors.

2 #72AF9D and #AF9D72 with #9DAF72 are triadic colors.