COLOR #90A78A

HEX: #90A78A RGB: (144,167,138)

Color info

#90A78A contains red, green and blue colors in about the same proportion. Web safe color of #90A78A is #999999 (or #999).

RGB color model

#90A78A color RGB value is (144,167,138).

RGB: (144,167,138) (56%, 65%, 54%)

RGB channels and saturation

R 144 of 255 = 56%
G 167 of 255 = 65%
B 138 of 255 = 54%

144
167
138

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

Portions of RGB colors in percentages

R + G + B = 144 + 167 + 138 = 449 (100%)
R 144 of 449 ~ 32.07%
G 167 of 449 ~ 37.19%
B 138 of 449 ~ 30.73'%

%32.07
%37.19
%30.73

CMYK color model

#90A78A color CMYK value is (14,0,17,35).

  • cyan value is 13.77%
  • magenta value is 0.00%
  • yellow value is 17.37%
  • key color value is 34.51%

CMYK: (14,0,17,35)
C14M0Y17K35 (14%, 0%, 17%, 35%)
(0.14 / 0.00 / 0.17 / 0.35)

CMYK percentages

%13.77
%0
%17.37
%34.51

Codes

Color #90A78A in popluar color models

90 A7 8A
RGB 144 167 138
HSL 108° 14.15% 59.80%
HSB/HSV 108° 17.37% 65.49%
CMYK 13.77% 0.00% 17.37%
34.51%

Color #90A78A in popluar number systems.

HEX 90 A7 8A
Decimal 144 167 138
Binary 10010000 10100111 10001010
Octal 220 247 212

Shades and tints

Shades of #90A78A

#90A78A
(144,167,138)
#83987E
(131,152,126)
#768972
(118,137,114)
#697A66
(105,122,102)
#5C6B5A
(92,107,90)
#4F5C4E
(79,92,78)
#424D42
(66,77,66)
#353E36
(53,62,54)
#282F2A
(40,47,42)
#1B201E
(27,32,30)
#0E1112
(14,17,18)
#000000
(0,0,0)

Tints of #90A78A

#90A78A
(144,167,138)
#9AAF94
(154,175,148)
#A4B79E
(164,183,158)
#AEBFA8
(174,191,168)
#B8C7B2
(184,199,178)
#C2CFBC
(194,207,188)
#CCD7C6
(204,215,198)
#D6DFD0
(214,223,208)
#E0E7DA
(224,231,218)
#EAEFE4
(234,239,228)
#F4F7EE
(244,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90A78A color. Also use rgb(144,167,138) instead hex code.

Text Font Color

.myTextColor { color: #90A78A; }

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

This text font color is #90A78A.

Background Color

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

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

This div background color is #90A78A.

Border color

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

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

This div border color is #90A78A.

Opacity

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

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

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

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

This text has shadow with #90A78A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90A78A.

Preview

Color preview on black background

This text has color #90A78A on black background.


Color preview on white background

This text has color #90A78A on white background.


Black color preview on #90A78A background

This text has black color on #90A78A background.


White color preview on #90A78A background

This text has white color on #90A78A background.


Related colors

Complementary color

Complementary color for #hex is #6F5875.


I love getcolorcode.com

Triadic colors

1 #8A90A7 and #A78A90 with #90A78A are triadic colors.

2 #8AA790 and #A7908A with #90A78A are triadic colors.