COLOR #90A476

HEX: #90A476 RGB: (144,164,118)

Color info

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

RGB color model

#90A476 color RGB value is (144,164,118).

RGB: (144,164,118) (56%, 64%, 46%)

RGB channels and saturation

R 144 of 255 = 56%
G 164 of 255 = 64%
B 118 of 255 = 46%

144
164
118

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

Portions of RGB colors in percentages

R + G + B = 144 + 164 + 118 = 426 (100%)
R 144 of 426 ~ 33.8%
G 164 of 426 ~ 38.5%
B 118 of 426 ~ 27.7'%

%33.8
%38.5
%27.7

CMYK color model

#90A476 color CMYK value is (12,0,28,36).

  • cyan value is 12.20%
  • magenta value is 0.00%
  • yellow value is 28.05%
  • key color value is 35.69%

CMYK: (12,0,28,36)
C12M0Y28K36 (12%, 0%, 28%, 36%)
(0.12 / 0.00 / 0.28 / 0.36)

CMYK percentages

%12.2
%0
%28.05
%35.69

Codes

Color #90A476 in popluar color models

90 A4 76
RGB 144 164 118
HSL 86° 20.18% 55.29%
HSB/HSV 86° 28.05% 64.31%
CMYK 12.20% 0.00% 28.05%
35.69%

Color #90A476 in popluar number systems.

HEX 90 A4 76
Decimal 144 164 118
Binary 10010000 10100100 1110110
Octal 220 244 166

Shades and tints

Shades of #90A476

#90A476
(144,164,118)
#83966C
(131,150,108)
#768862
(118,136,98)
#697A58
(105,122,88)
#5C6C4E
(92,108,78)
#4F5E44
(79,94,68)
#42503A
(66,80,58)
#354230
(53,66,48)
#283426
(40,52,38)
#1B261C
(27,38,28)
#0E1812
(14,24,18)
#000000
(0,0,0)

Tints of #90A476

#90A476
(144,164,118)
#9AAC82
(154,172,130)
#A4B48E
(164,180,142)
#AEBC9A
(174,188,154)
#B8C4A6
(184,196,166)
#C2CCB2
(194,204,178)
#CCD4BE
(204,212,190)
#D6DCCA
(214,220,202)
#E0E4D6
(224,228,214)
#EAECE2
(234,236,226)
#F4F4EE
(244,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90A476 color. Also use rgb(144,164,118) instead hex code.

Text Font Color

.myTextColor { color: #90A476; }

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

This text font color is #90A476.

Background Color

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

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

This div background color is #90A476.

Border color

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

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

This div border color is #90A476.

Opacity

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

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

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

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

This text has shadow with #90A476 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90A476.

Preview

Color preview on black background

This text has color #90A476 on black background.


Color preview on white background

This text has color #90A476 on white background.


Black color preview on #90A476 background

This text has black color on #90A476 background.


White color preview on #90A476 background

This text has white color on #90A476 background.


Related colors

Complementary color

Complementary color for #hex is #6F5B89.


I love getcolorcode.com

Triadic colors

1 #7690A4 and #A47690 with #90A476 are triadic colors.

2 #76A490 and #A49076 with #90A476 are triadic colors.