COLOR #90A78D

HEX: #90A78D RGB: (144,167,141)

Color info

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

RGB color model

#90A78D color RGB value is (144,167,141).

RGB: (144,167,141) (56%, 65%, 55%)

RGB channels and saturation

R 144 of 255 = 56%
G 167 of 255 = 65%
B 141 of 255 = 55%

144
167
141

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

Portions of RGB colors in percentages

R + G + B = 144 + 167 + 141 = 452 (100%)
R 144 of 452 ~ 31.86%
G 167 of 452 ~ 36.95%
B 141 of 452 ~ 31.19'%

%31.86
%36.95
%31.19

CMYK color model

#90A78D color CMYK value is (14,0,16,35).

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

CMYK: (14,0,16,35)
C14M0Y16K35 (14%, 0%, 16%, 35%)
(0.14 / 0.00 / 0.16 / 0.35)

CMYK percentages

%13.77
%0
%15.57
%34.51

Codes

Color #90A78D in popluar color models

90 A7 8D
RGB 144 167 141
HSL 113° 12.87% 60.39%
HSB/HSV 113° 15.57% 65.49%
CMYK 13.77% 0.00% 15.57%
34.51%

Color #90A78D in popluar number systems.

HEX 90 A7 8D
Decimal 144 167 141
Binary 10010000 10100111 10001101
Octal 220 247 215

Shades and tints

Shades of #90A78D

#90A78D
(144,167,141)
#839881
(131,152,129)
#768975
(118,137,117)
#697A69
(105,122,105)
#5C6B5D
(92,107,93)
#4F5C51
(79,92,81)
#424D45
(66,77,69)
#353E39
(53,62,57)
#282F2D
(40,47,45)
#1B2021
(27,32,33)
#0E1115
(14,17,21)
#000000
(0,0,0)

Tints of #90A78D

#90A78D
(144,167,141)
#9AAF97
(154,175,151)
#A4B7A1
(164,183,161)
#AEBFAB
(174,191,171)
#B8C7B5
(184,199,181)
#C2CFBF
(194,207,191)
#CCD7C9
(204,215,201)
#D6DFD3
(214,223,211)
#E0E7DD
(224,231,221)
#EAEFE7
(234,239,231)
#F4F7F1
(244,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90A78D; }

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

This text font color is #90A78D.

Background Color

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

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

This div background color is #90A78D.

Border color

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

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

This div border color is #90A78D.

Opacity

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

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

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

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

This text has shadow with #90A78D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90A78D.

Preview

Color preview on black background

This text has color #90A78D on black background.


Color preview on white background

This text has color #90A78D on white background.


Black color preview on #90A78D background

This text has black color on #90A78D background.


White color preview on #90A78D background

This text has white color on #90A78D background.


Related colors

Complementary color

Complementary color for #hex is #6F5872.


I love getcolorcode.com

Triadic colors

1 #8D90A7 and #A78D90 with #90A78D are triadic colors.

2 #8DA790 and #A7908D with #90A78D are triadic colors.