COLOR #90A272

HEX: #90A272
RGB: (144,162,114)

Color info

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

RGB color model

#90A272 color RGB value is (144,162,114).

  • red value is 144;
  • green value is 162;
  • blue value is 114.
RGB:
(144,162,114)
(56%,64%,45%)

RGB channels and saturation

R 144 of 255 = 56%
G 162 of 255 = 64%
B 114 of 255 = 45%

144
162
114

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

Portions of RGB colors in percentages

R + G + B =
144 + 162 + 114 = 420 (100%)
R 144 of 420 ~ 34.29%
G 162 of 420 ~ 38.57%
B 114 of 420 ~ 27.14%

%34.29
%38.57
%27.14

CMYK color model

#90A272 color CMYK value is (11,0,30,36).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 29.63%
  • key color value is 36.47%
CMYK:
(11,0,30,36)
C11M0Y30K36 
(11%,0%,30%,36%)
(0.11/0.00/0.30/0.36)	

CMYK percentages

%11.11
%0
%29.63
%36.47

Codes

Color #90A272 in popluar color models

90A272
RGB144162114
HSL83°20.51%54.12%
HSB/HSV83°29.63%63.53%
CMYK11.11%0.00%29.63%
36.47%

Color #90A272 in popluar number systems.

HEX90A272
Decimal144162114
Binary10010000101000101110010
Octal220242162

Shades and tints

Shades of #90A272

#90A272
(144,162,114)
#839468
(131,148,104)
#76865E
(118,134,94)
#697854
(105,120,84)
#5C6A4A
(92,106,74)
#4F5C40
(79,92,64)
#424E36
(66,78,54)
#35402C
(53,64,44)
#283222
(40,50,34)
#1B2418
(27,36,24)
#0E160E
(14,22,14)
#000000
(0,0,0)

Tints of #90A272

#90A272
(144,162,114)
#9AAA7E
(154,170,126)
#A4B28A
(164,178,138)
#AEBA96
(174,186,150)
#B8C2A2
(184,194,162)
#C2CAAE
(194,202,174)
#CCD2BA
(204,210,186)
#D6DAC6
(214,218,198)
#E0E2D2
(224,226,210)
#EAEADE
(234,234,222)
#F4F2EA
(244,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90A272 color. Also use rgb(144,162,114) instead hex code.

Text Font Color

.myTextColor { color: #90A272; }

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

This text font color is #90A272.


Background Color

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

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

This div background color is #90A272.


Border color

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

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

This div border color is #90A272.


Opacity

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

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

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

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

This text has shadow with #90A272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90A272 on black background.


Color preview on white background

This text has color #90A272 on white background.



Black color preview on #90A272 background

This text has black color on #90A272 background.


White color preview on #90A272 background

This text has white color on #90A272 background.