COLOR #90A579

HEX: #90A579
RGB: (144,165,121)

Color info

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

RGB color model

#90A579 color RGB value is (144,165,121).

  • red value is 144;
  • green value is 165;
  • blue value is 121.
RGB:
(144,165,121)
(56%,65%,47%)

RGB channels and saturation

R 144 of 255 = 56%
G 165 of 255 = 65%
B 121 of 255 = 47%

144
165
121

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

Portions of RGB colors in percentages

R + G + B =
144 + 165 + 121 = 430 (100%)
R 144 of 430 ~ 33.49%
G 165 of 430 ~ 38.37%
B 121 of 430 ~ 28.14%

%33.49
%38.37
%28.14

CMYK color model

#90A579 color CMYK value is (13,0,27,35).

  • cyan value is 12.73%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 35.29%
CMYK:
(13,0,27,35)
C13M0Y27K35 
(13%,0%,27%,35%)
(0.13/0.00/0.27/0.35)	

CMYK percentages

%12.73
%0
%26.67
%35.29

Codes

Color #90A579 in popluar color models

90A579
RGB144165121
HSL89°19.64%56.08%
HSB/HSV89°26.67%64.71%
CMYK12.73%0.00%26.67%
35.29%

Color #90A579 in popluar number systems.

HEX90A579
Decimal144165121
Binary10010000101001011111001
Octal220245171

Shades and tints

Shades of #90A579

#90A579
(144,165,121)
#83966E
(131,150,110)
#768763
(118,135,99)
#697858
(105,120,88)
#5C694D
(92,105,77)
#4F5A42
(79,90,66)
#424B37
(66,75,55)
#353C2C
(53,60,44)
#282D21
(40,45,33)
#1B1E16
(27,30,22)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #90A579

#90A579
(144,165,121)
#9AAD85
(154,173,133)
#A4B591
(164,181,145)
#AEBD9D
(174,189,157)
#B8C5A9
(184,197,169)
#C2CDB5
(194,205,181)
#CCD5C1
(204,213,193)
#D6DDCD
(214,221,205)
#E0E5D9
(224,229,217)
#EAEDE5
(234,237,229)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90A579 color. Also use rgb(144,165,121) instead hex code.

Text Font Color

.myTextColor { color: #90A579; }

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

This text font color is #90A579.


Background Color

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

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

This div background color is #90A579.


Border color

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

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

This div border color is #90A579.


Opacity

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

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

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

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

This text has shadow with #90A579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90A579 on black background.


Color preview on white background

This text has color #90A579 on white background.



Black color preview on #90A579 background

This text has black color on #90A579 background.


White color preview on #90A579 background

This text has white color on #90A579 background.