COLOR #9AA074

HEX: #9AA074 RGB: (154,160,116)

Color info

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

RGB color model

#9AA074 color RGB value is (154,160,116).

RGB: (154,160,116) (60%, 63%, 45%)

RGB channels and saturation

R 154 of 255 = 60%
G 160 of 255 = 63%
B 116 of 255 = 45%

154
160
116

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

Portions of RGB colors in percentages

R + G + B = 154 + 160 + 116 = 430 (100%)
R 154 of 430 ~ 35.81%
G 160 of 430 ~ 37.21%
B 116 of 430 ~ 26.98'%

%35.81
%37.21
%26.98

CMYK color model

#9AA074 color CMYK value is (4,0,28,37).

  • cyan value is 3.75%
  • magenta value is 0.00%
  • yellow value is 27.50%
  • key color value is 37.25%
CMYK: (4,0,28,37) C4M0Y28K37 (4%,0%,28%,37%) (0.04/0.00/0.28/0.37) 

CMYK percentages

%3.75
%0
%27.5
%37.25

Codes

Color #9AA074 in popluar color models

9A A0 74
RGB 154 160 116
HSL 68° 18.80% 54.12%
HSB/HSV 68° 27.50% 62.75%
CMYK 3.75% 0.00% 27.50%
37.25%

Color #9AA074 in popluar number systems.

HEX 9A A0 74
Decimal 154 160 116
Binary 10011010 10100000 1110100
Octal 232 240 164

Shades and tints

Shades of #9AA074

#9AA074
(154,160,116)
#8C926A
(140,146,106)
#7E8460
(126,132,96)
#707656
(112,118,86)
#62684C
(98,104,76)
#545A42
(84,90,66)
#464C38
(70,76,56)
#383E2E
(56,62,46)
#2A3024
(42,48,36)
#1C221A
(28,34,26)
#0E1410
(14,20,16)
#000000
(0,0,0)

Tints of #9AA074

#9AA074
(154,160,116)
#A3A880
(163,168,128)
#ACB08C
(172,176,140)
#B5B898
(181,184,152)
#BEC0A4
(190,192,164)
#C7C8B0
(199,200,176)
#D0D0BC
(208,208,188)
#D9D8C8
(217,216,200)
#E2E0D4
(226,224,212)
#EBE8E0
(235,232,224)
#F4F0EC
(244,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AA074 color. Also use rgb(154,160,116) instead hex code.

Text Font Color

.myTextColor { color: #9AA074; }

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

This text font color is #9AA074.

Background Color

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

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

This div background color is #9AA074.

Border color

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

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

This div border color is #9AA074.

Opacity

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

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

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

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

This text has shadow with #9AA074 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AA074.

Preview

Color preview on black background

This text has color #9AA074 on black background.


Color preview on white background

This text has color #9AA074 on white background.


Black color preview on #9AA074 background

This text has black color on #9AA074 background.


White color preview on #9AA074 background

This text has white color on #9AA074 background.


Related colors

Complementary color

Complementary color for #hex is #655F8B.


I love getcolorcode.com

Triadic colors

1 #749AA0 and #A0749A with #9AA074 are triadic colors.

2 #74A09A and #A09A74 with #9AA074 are triadic colors.