COLOR #90A974

HEX: #90A974
RGB: (144,169,116)

Color info

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

RGB color model

#90A974 color RGB value is (144,169,116).

  • red value is 144;
  • green value is 169;
  • blue value is 116.
RGB:
(144,169,116)
(56%,66%,45%)

RGB channels and saturation

R 144 of 255 = 56%
G 169 of 255 = 66%
B 116 of 255 = 45%

144
169
116

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

Portions of RGB colors in percentages

R + G + B =
144 + 169 + 116 = 429 (100%)
R 144 of 429 ~ 33.57%
G 169 of 429 ~ 39.39%
B 116 of 429 ~ 27.04%

%33.57
%39.39
%27.04

CMYK color model

#90A974 color CMYK value is (15,0,31,34).

  • cyan value is 14.79%
  • magenta value is 0.00%
  • yellow value is 31.36%
  • key color value is 33.73%
CMYK:
(15,0,31,34)
C15M0Y31K34 
(15%,0%,31%,34%)
(0.15/0.00/0.31/0.34)	

CMYK percentages

%14.79
%0
%31.36
%33.73

Codes

Color #90A974 in popluar color models

90A974
RGB144169116
HSL88°23.56%55.88%
HSB/HSV88°31.36%66.27%
CMYK14.79%0.00%31.36%
33.73%

Color #90A974 in popluar number systems.

HEX90A974
Decimal144169116
Binary10010000101010011110100
Octal220251164

Shades and tints

Shades of #90A974

#90A974
(144,169,116)
#839A6A
(131,154,106)
#768B60
(118,139,96)
#697C56
(105,124,86)
#5C6D4C
(92,109,76)
#4F5E42
(79,94,66)
#424F38
(66,79,56)
#35402E
(53,64,46)
#283124
(40,49,36)
#1B221A
(27,34,26)
#0E1310
(14,19,16)
#000000
(0,0,0)

Tints of #90A974

#90A974
(144,169,116)
#9AB080
(154,176,128)
#A4B78C
(164,183,140)
#AEBE98
(174,190,152)
#B8C5A4
(184,197,164)
#C2CCB0
(194,204,176)
#CCD3BC
(204,211,188)
#D6DAC8
(214,218,200)
#E0E1D4
(224,225,212)
#EAE8E0
(234,232,224)
#F4EFEC
(244,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90A974 color. Also use rgb(144,169,116) instead hex code.

Text Font Color

.myTextColor { color: #90A974; }

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

This text font color is #90A974.


Background Color

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

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

This div background color is #90A974.


Border color

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

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

This div border color is #90A974.


Opacity

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

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

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

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

This text has shadow with #90A974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90A974 on black background.


Color preview on white background

This text has color #90A974 on white background.



Black color preview on #90A974 background

This text has black color on #90A974 background.


White color preview on #90A974 background

This text has white color on #90A974 background.