COLOR #90AA6D

HEX: #90AA6D
RGB: (144,170,109)

Color info

#90AA6D contains mainly red and green colors. Web safe color of #90AA6D is #999966 (or #996).

RGB color model

#90AA6D color RGB value is (144,170,109).

  • red value is 144;
  • green value is 170;
  • blue value is 109.
RGB:
(144,170,109)
(56%,67%,43%)

RGB channels and saturation

R 144 of 255 = 56%
G 170 of 255 = 67%
B 109 of 255 = 43%

144
170
109

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

Portions of RGB colors in percentages

R + G + B =
144 + 170 + 109 = 423 (100%)
R 144 of 423 ~ 34.04%
G 170 of 423 ~ 40.19%
B 109 of 423 ~ 25.77%

%34.04
%40.19
%25.77

CMYK color model

#90AA6D color CMYK value is (15,0,36,33).

  • cyan value is 15.29%
  • magenta value is 0.00%
  • yellow value is 35.88%
  • key color value is 33.33%
CMYK:
(15,0,36,33)
C15M0Y36K33 
(15%,0%,36%,33%)
(0.15/0.00/0.36/0.33)	

CMYK percentages

%15.29
%0
%35.88
%33.33

Codes

Color #90AA6D in popluar color models

90AA6D
RGB144170109
HSL86°26.41%54.71%
HSB/HSV86°35.88%66.67%
CMYK15.29%0.00%35.88%
33.33%

Color #90AA6D in popluar number systems.

HEX90AA6D
Decimal144170109
Binary10010000101010101101101
Octal220252155

Shades and tints

Shades of #90AA6D

#90AA6D
(144,170,109)
#839B64
(131,155,100)
#768C5B
(118,140,91)
#697D52
(105,125,82)
#5C6E49
(92,110,73)
#4F5F40
(79,95,64)
#425037
(66,80,55)
#35412E
(53,65,46)
#283225
(40,50,37)
#1B231C
(27,35,28)
#0E1413
(14,20,19)
#000000
(0,0,0)

Tints of #90AA6D

#90AA6D
(144,170,109)
#9AB17A
(154,177,122)
#A4B887
(164,184,135)
#AEBF94
(174,191,148)
#B8C6A1
(184,198,161)
#C2CDAE
(194,205,174)
#CCD4BB
(204,212,187)
#D6DBC8
(214,219,200)
#E0E2D5
(224,226,213)
#EAE9E2
(234,233,226)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90AA6D; }

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

This text font color is #90AA6D.


Background Color

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

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

This div background color is #90AA6D.


Border color

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

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

This div border color is #90AA6D.


Opacity

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

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

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

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

This text has shadow with #90AA6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90AA6D on black background.


Color preview on white background

This text has color #90AA6D on white background.



Black color preview on #90AA6D background

This text has black color on #90AA6D background.


White color preview on #90AA6D background

This text has white color on #90AA6D background.