COLOR #9AA377

HEX: #9AA377
RGB: (154,163,119)

Color info

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

RGB color model

#9AA377 color RGB value is (154,163,119).

  • red value is 154;
  • green value is 163;
  • blue value is 119.
RGB:
(154,163,119)
(60%,64%,47%)

RGB channels and saturation

R 154 of 255 = 60%
G 163 of 255 = 64%
B 119 of 255 = 47%

154
163
119

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

Portions of RGB colors in percentages

R + G + B =
154 + 163 + 119 = 436 (100%)
R 154 of 436 ~ 35.32%
G 163 of 436 ~ 37.39%
B 119 of 436 ~ 27.29%

%35.32
%37.39
%27.29

CMYK color model

#9AA377 color CMYK value is (6,0,27,36).

  • cyan value is 5.52%
  • magenta value is 0.00%
  • yellow value is 26.99%
  • key color value is 36.08%
CMYK:
(6,0,27,36)
C6M0Y27K36 
(6%,0%,27%,36%)
(0.06/0.00/0.27/0.36)	

CMYK percentages

%5.52
%0
%26.99
%36.08

Codes

Color #9AA377 in popluar color models

9AA377
RGB154163119
HSL72°19.30%55.29%
HSB/HSV72°26.99%63.92%
CMYK5.52%0.00%26.99%
36.08%

Color #9AA377 in popluar number systems.

HEX9AA377
Decimal154163119
Binary10011010101000111110111
Octal232243167

Shades and tints

Shades of #9AA377

#9AA377
(154,163,119)
#8C956D
(140,149,109)
#7E8763
(126,135,99)
#707959
(112,121,89)
#626B4F
(98,107,79)
#545D45
(84,93,69)
#464F3B
(70,79,59)
#384131
(56,65,49)
#2A3327
(42,51,39)
#1C251D
(28,37,29)
#0E1713
(14,23,19)
#000000
(0,0,0)

Tints of #9AA377

#9AA377
(154,163,119)
#A3AB83
(163,171,131)
#ACB38F
(172,179,143)
#B5BB9B
(181,187,155)
#BEC3A7
(190,195,167)
#C7CBB3
(199,203,179)
#D0D3BF
(208,211,191)
#D9DBCB
(217,219,203)
#E2E3D7
(226,227,215)
#EBEBE3
(235,235,227)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AA377; }

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

This text font color is #9AA377.


Background Color

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

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

This div background color is #9AA377.


Border color

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

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

This div border color is #9AA377.


Opacity

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

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

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

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

This text has shadow with #9AA377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AA377 on black background.


Color preview on white background

This text has color #9AA377 on white background.



Black color preview on #9AA377 background

This text has black color on #9AA377 background.


White color preview on #9AA377 background

This text has white color on #9AA377 background.