COLOR #9AAD77

HEX: #9AAD77 RGB: (154,173,119)

Color info

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

RGB color model

#9AAD77 color RGB value is (154,173,119).

RGB: (154,173,119) (60%, 68%, 47%)

RGB channels and saturation

R 154 of 255 = 60%
G 173 of 255 = 68%
B 119 of 255 = 47%

154
173
119

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

Portions of RGB colors in percentages

R + G + B = 154 + 173 + 119 = 446 (100%)
R 154 of 446 ~ 34.53%
G 173 of 446 ~ 38.79%
B 119 of 446 ~ 26.68'%

%34.53
%38.79
%26.68

CMYK color model

#9AAD77 color CMYK value is (11,0,31,32).

  • cyan value is 10.98%
  • magenta value is 0.00%
  • yellow value is 31.21%
  • key color value is 32.16%

CMYK: (11,0,31,32)
C11M0Y31K32 (11%, 0%, 31%, 32%)
(0.11 / 0.00 / 0.31 / 0.32)

CMYK percentages

%10.98
%0
%31.21
%32.16

Codes

Color #9AAD77 in popluar color models

9A AD 77
RGB 154 173 119
HSL 81° 24.77% 57.25%
HSB/HSV 81° 31.21% 67.84%
CMYK 10.98% 0.00% 31.21%
32.16%

Color #9AAD77 in popluar number systems.

HEX 9A AD 77
Decimal 154 173 119
Binary 10011010 10101101 1110111
Octal 232 255 167

Shades and tints

Shades of #9AAD77

#9AAD77
(154,173,119)
#8C9E6D
(140,158,109)
#7E8F63
(126,143,99)
#708059
(112,128,89)
#62714F
(98,113,79)
#546245
(84,98,69)
#46533B
(70,83,59)
#384431
(56,68,49)
#2A3527
(42,53,39)
#1C261D
(28,38,29)
#0E1713
(14,23,19)
#000000
(0,0,0)

Tints of #9AAD77

#9AAD77
(154,173,119)
#A3B483
(163,180,131)
#ACBB8F
(172,187,143)
#B5C29B
(181,194,155)
#BEC9A7
(190,201,167)
#C7D0B3
(199,208,179)
#D0D7BF
(208,215,191)
#D9DECB
(217,222,203)
#E2E5D7
(226,229,215)
#EBECE3
(235,236,227)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AAD77 color. Also use rgb(154,173,119) instead hex code.

Text Font Color

.myTextColor { color: #9AAD77; }

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

This text font color is #9AAD77.

Background Color

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

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

This div background color is #9AAD77.

Border color

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

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

This div border color is #9AAD77.

Opacity

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

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

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

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

This text has shadow with #9AAD77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AAD77.

Preview

Color preview on black background

This text has color #9AAD77 on black background.


Color preview on white background

This text has color #9AAD77 on white background.


Black color preview on #9AAD77 background

This text has black color on #9AAD77 background.


White color preview on #9AAD77 background

This text has white color on #9AAD77 background.


Related colors

Complementary color

Complementary color for #hex is #655288.


I love getcolorcode.com

Triadic colors

1 #779AAD and #AD779A with #9AAD77 are triadic colors.

2 #77AD9A and #AD9A77 with #9AAD77 are triadic colors.