COLOR #90AA7A

HEX: #90AA7A RGB: (144,170,122)

Color info

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

RGB color model

#90AA7A color RGB value is (144,170,122).

RGB: (144,170,122) (56%, 67%, 48%)

RGB channels and saturation

R 144 of 255 = 56%
G 170 of 255 = 67%
B 122 of 255 = 48%

144
170
122

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

Portions of RGB colors in percentages

R + G + B = 144 + 170 + 122 = 436 (100%)
R 144 of 436 ~ 33.03%
G 170 of 436 ~ 38.99%
B 122 of 436 ~ 27.98'%

%33.03
%38.99
%27.98

CMYK color model

#90AA7A color CMYK value is (15,0,28,33).

  • cyan value is 15.29%
  • magenta value is 0.00%
  • yellow value is 28.24%
  • key color value is 33.33%
CMYK: (15,0,28,33) C15M0Y28K33 (15%,0%,28%,33%) (0.15/0.00/0.28/0.33) 

CMYK percentages

%15.29
%0
%28.24
%33.33

Codes

Color #90AA7A in popluar color models

90 AA 7A
RGB 144 170 122
HSL 93° 22.02% 57.25%
HSB/HSV 93° 28.24% 66.67%
CMYK 15.29% 0.00% 28.24%
33.33%

Color #90AA7A in popluar number systems.

HEX 90 AA 7A
Decimal 144 170 122
Binary 10010000 10101010 1111010
Octal 220 252 172

Shades and tints

Shades of #90AA7A

#90AA7A
(144,170,122)
#839B6F
(131,155,111)
#768C64
(118,140,100)
#697D59
(105,125,89)
#5C6E4E
(92,110,78)
#4F5F43
(79,95,67)
#425038
(66,80,56)
#35412D
(53,65,45)
#283222
(40,50,34)
#1B2317
(27,35,23)
#0E140C
(14,20,12)
#000000
(0,0,0)

Tints of #90AA7A

#90AA7A
(144,170,122)
#9AB186
(154,177,134)
#A4B892
(164,184,146)
#AEBF9E
(174,191,158)
#B8C6AA
(184,198,170)
#C2CDB6
(194,205,182)
#CCD4C2
(204,212,194)
#D6DBCE
(214,219,206)
#E0E2DA
(224,226,218)
#EAE9E6
(234,233,230)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90AA7A color. Also use rgb(144,170,122) instead hex code.

Text Font Color

.myTextColor { color: #90AA7A; }

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

This text font color is #90AA7A.

Background Color

.myBgColor { background-color: #90AA7A; }

<div style="background-color:#90AA7A">Inner text</div>

This div background color is #90AA7A.

Border color

.myBorderColor { border: 1px solid #90AA7A; }

<div style="border:3px solid #90AA7A">Div</div>

This div border color is #90AA7A.

Opacity

.myOpacity80 { color: #90AA7A; opacity: 0.8; }

<p style="color:#90AA7A;opacity:0.8;">80%</p>

Text with #90AA7A 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 #90AA7A;}

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

This text has shadow with #90AA7A color.


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

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

This text has shadow with #90AA7A primary color and red secondary color.


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

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

This text has shadow with #90AA7A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #90AA7A.

Preview

Color preview on black background

This text has color #90AA7A on black background.


Color preview on white background

This text has color #90AA7A on white background.


Black color preview on #90AA7A background

This text has black color on #90AA7A background.


White color preview on #90AA7A background

This text has white color on #90AA7A background.


Related colors

Complementary color

Complementary color for #hex is #6F5585.


I love getcolorcode.com

Triadic colors

1 #7A90AA and #AA7A90 with #90AA7A are triadic colors.

2 #7AAA90 and #AA907A with #90AA7A are triadic colors.