COLOR #9AA376

HEX: #9AA376
RGB: (154,163,118)

Color info

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

RGB color model

#9AA376 color RGB value is (154,163,118).

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

RGB channels and saturation

R 154 of 255 = 60%
G 163 of 255 = 64%
B 118 of 255 = 46%

154
163
118

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

Portions of RGB colors in percentages

R + G + B =
154 + 163 + 118 = 435 (100%)
R 154 of 435 ~ 35.4%
G 163 of 435 ~ 37.47%
B 118 of 435 ~ 27.13%

%35.4
%37.47
%27.13

CMYK color model

#9AA376 color CMYK value is (6,0,28,36).

  • cyan value is 5.52%
  • magenta value is 0.00%
  • yellow value is 27.61%
  • key color value is 36.08%
CMYK:
(6,0,28,36)
C6M0Y28K36 
(6%,0%,28%,36%)
(0.06/0.00/0.28/0.36)	

CMYK percentages

%5.52
%0
%27.61
%36.08

Codes

Color #9AA376 in popluar color models

9AA376
RGB154163118
HSL72°19.65%55.10%
HSB/HSV72°27.61%63.92%
CMYK5.52%0.00%27.61%
36.08%

Color #9AA376 in popluar number systems.

HEX9AA376
Decimal154163118
Binary10011010101000111110110
Octal232243166

Shades and tints

Shades of #9AA376

#9AA376
(154,163,118)
#8C956C
(140,149,108)
#7E8762
(126,135,98)
#707958
(112,121,88)
#626B4E
(98,107,78)
#545D44
(84,93,68)
#464F3A
(70,79,58)
#384130
(56,65,48)
#2A3326
(42,51,38)
#1C251C
(28,37,28)
#0E1712
(14,23,18)
#000000
(0,0,0)

Tints of #9AA376

#9AA376
(154,163,118)
#A3AB82
(163,171,130)
#ACB38E
(172,179,142)
#B5BB9A
(181,187,154)
#BEC3A6
(190,195,166)
#C7CBB2
(199,203,178)
#D0D3BE
(208,211,190)
#D9DBCA
(217,219,202)
#E2E3D6
(226,227,214)
#EBEBE2
(235,235,226)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AA376; }

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

This text font color is #9AA376.


Background Color

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

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

This div background color is #9AA376.


Border color

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

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

This div border color is #9AA376.


Opacity

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

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

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

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

This text has shadow with #9AA376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AA376 on black background.


Color preview on white background

This text has color #9AA376 on white background.



Black color preview on #9AA376 background

This text has black color on #9AA376 background.


White color preview on #9AA376 background

This text has white color on #9AA376 background.