COLOR #9AA77E

HEX: #9AA77E
RGB: (154,167,126)

Color info

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

RGB color model

#9AA77E color RGB value is (154,167,126).

  • red value is 154;
  • green value is 167;
  • blue value is 126.
RGB:
(154,167,126)
(60%,65%,49%)

RGB channels and saturation

R 154 of 255 = 60%
G 167 of 255 = 65%
B 126 of 255 = 49%

154
167
126

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

Portions of RGB colors in percentages

R + G + B =
154 + 167 + 126 = 447 (100%)
R 154 of 447 ~ 34.45%
G 167 of 447 ~ 37.36%
B 126 of 447 ~ 28.19%

%34.45
%37.36
%28.19

CMYK color model

#9AA77E color CMYK value is (8,0,25,35).

  • cyan value is 7.78%
  • magenta value is 0.00%
  • yellow value is 24.55%
  • key color value is 34.51%
CMYK:
(8,0,25,35)
C8M0Y25K35 
(8%,0%,25%,35%)
(0.08/0.00/0.25/0.35)	

CMYK percentages

%7.78
%0
%24.55
%34.51

Codes

Color #9AA77E in popluar color models

9AA77E
RGB154167126
HSL79°18.89%57.45%
HSB/HSV79°24.55%65.49%
CMYK7.78%0.00%24.55%
34.51%

Color #9AA77E in popluar number systems.

HEX9AA77E
Decimal154167126
Binary10011010101001111111110
Octal232247176

Shades and tints

Shades of #9AA77E

#9AA77E
(154,167,126)
#8C9873
(140,152,115)
#7E8968
(126,137,104)
#707A5D
(112,122,93)
#626B52
(98,107,82)
#545C47
(84,92,71)
#464D3C
(70,77,60)
#383E31
(56,62,49)
#2A2F26
(42,47,38)
#1C201B
(28,32,27)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #9AA77E

#9AA77E
(154,167,126)
#A3AF89
(163,175,137)
#ACB794
(172,183,148)
#B5BF9F
(181,191,159)
#BEC7AA
(190,199,170)
#C7CFB5
(199,207,181)
#D0D7C0
(208,215,192)
#D9DFCB
(217,223,203)
#E2E7D6
(226,231,214)
#EBEFE1
(235,239,225)
#F4F7EC
(244,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AA77E color. Also use rgb(154,167,126) instead hex code.

Text Font Color

.myTextColor { color: #9AA77E; }

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

This text font color is #9AA77E.


Background Color

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

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

This div background color is #9AA77E.


Border color

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

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

This div border color is #9AA77E.


Opacity

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

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

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

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

This text has shadow with #9AA77E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AA77E on black background.


Color preview on white background

This text has color #9AA77E on white background.



Black color preview on #9AA77E background

This text has black color on #9AA77E background.


White color preview on #9AA77E background

This text has white color on #9AA77E background.