COLOR #9AAA71

HEX: #9AAA71
RGB: (154,170,113)

Color info

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

RGB color model

#9AAA71 color RGB value is (154,170,113).

  • red value is 154;
  • green value is 170;
  • blue value is 113.
RGB:
(154,170,113)
(60%,67%,44%)

RGB channels and saturation

R 154 of 255 = 60%
G 170 of 255 = 67%
B 113 of 255 = 44%

154
170
113

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

Portions of RGB colors in percentages

R + G + B =
154 + 170 + 113 = 437 (100%)
R 154 of 437 ~ 35.24%
G 170 of 437 ~ 38.9%
B 113 of 437 ~ 25.86%

%35.24
%38.9
%25.86

CMYK color model

#9AAA71 color CMYK value is (9,0,34,33).

  • cyan value is 9.41%
  • magenta value is 0.00%
  • yellow value is 33.53%
  • key color value is 33.33%
CMYK:
(9,0,34,33)
C9M0Y34K33 
(9%,0%,34%,33%)
(0.09/0.00/0.34/0.33)	

CMYK percentages

%9.41
%0
%33.53
%33.33

Codes

Color #9AAA71 in popluar color models

9AAA71
RGB154170113
HSL77°25.11%55.49%
HSB/HSV77°33.53%66.67%
CMYK9.41%0.00%33.53%
33.33%

Color #9AAA71 in popluar number systems.

HEX9AAA71
Decimal154170113
Binary10011010101010101110001
Octal232252161

Shades and tints

Shades of #9AAA71

#9AAA71
(154,170,113)
#8C9B67
(140,155,103)
#7E8C5D
(126,140,93)
#707D53
(112,125,83)
#626E49
(98,110,73)
#545F3F
(84,95,63)
#465035
(70,80,53)
#38412B
(56,65,43)
#2A3221
(42,50,33)
#1C2317
(28,35,23)
#0E140D
(14,20,13)
#000000
(0,0,0)

Tints of #9AAA71

#9AAA71
(154,170,113)
#A3B17D
(163,177,125)
#ACB889
(172,184,137)
#B5BF95
(181,191,149)
#BEC6A1
(190,198,161)
#C7CDAD
(199,205,173)
#D0D4B9
(208,212,185)
#D9DBC5
(217,219,197)
#E2E2D1
(226,226,209)
#EBE9DD
(235,233,221)
#F4F0E9
(244,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AAA71 color. Also use rgb(154,170,113) instead hex code.

Text Font Color

.myTextColor { color: #9AAA71; }

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

This text font color is #9AAA71.


Background Color

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

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

This div background color is #9AAA71.


Border color

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

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

This div border color is #9AAA71.


Opacity

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

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

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

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

This text has shadow with #9AAA71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AAA71 on black background.


Color preview on white background

This text has color #9AAA71 on white background.



Black color preview on #9AAA71 background

This text has black color on #9AAA71 background.


White color preview on #9AAA71 background

This text has white color on #9AAA71 background.