COLOR #90A77C

HEX: #90A77C
RGB: (144,167,124)

Color info

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

RGB color model

#90A77C color RGB value is (144,167,124).

  • red value is 144;
  • green value is 167;
  • blue value is 124.
RGB:
(144,167,124)
(56%,65%,49%)

RGB channels and saturation

R 144 of 255 = 56%
G 167 of 255 = 65%
B 124 of 255 = 49%

144
167
124

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

Portions of RGB colors in percentages

R + G + B =
144 + 167 + 124 = 435 (100%)
R 144 of 435 ~ 33.1%
G 167 of 435 ~ 38.39%
B 124 of 435 ~ 28.51%

%33.1
%38.39
%28.51

CMYK color model

#90A77C color CMYK value is (14,0,26,35).

  • cyan value is 13.77%
  • magenta value is 0.00%
  • yellow value is 25.75%
  • key color value is 34.51%
CMYK:
(14,0,26,35)
C14M0Y26K35 
(14%,0%,26%,35%)
(0.14/0.00/0.26/0.35)	

CMYK percentages

%13.77
%0
%25.75
%34.51

Codes

Color #90A77C in popluar color models

90A77C
RGB144167124
HSL92°19.63%57.06%
HSB/HSV92°25.75%65.49%
CMYK13.77%0.00%25.75%
34.51%

Color #90A77C in popluar number systems.

HEX90A77C
Decimal144167124
Binary10010000101001111111100
Octal220247174

Shades and tints

Shades of #90A77C

#90A77C
(144,167,124)
#839871
(131,152,113)
#768966
(118,137,102)
#697A5B
(105,122,91)
#5C6B50
(92,107,80)
#4F5C45
(79,92,69)
#424D3A
(66,77,58)
#353E2F
(53,62,47)
#282F24
(40,47,36)
#1B2019
(27,32,25)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #90A77C

#90A77C
(144,167,124)
#9AAF87
(154,175,135)
#A4B792
(164,183,146)
#AEBF9D
(174,191,157)
#B8C7A8
(184,199,168)
#C2CFB3
(194,207,179)
#CCD7BE
(204,215,190)
#D6DFC9
(214,223,201)
#E0E7D4
(224,231,212)
#EAEFDF
(234,239,223)
#F4F7EA
(244,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90A77C; }

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

This text font color is #90A77C.


Background Color

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

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

This div background color is #90A77C.


Border color

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

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

This div border color is #90A77C.


Opacity

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

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

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

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

This text has shadow with #90A77C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90A77C on black background.


Color preview on white background

This text has color #90A77C on white background.



Black color preview on #90A77C background

This text has black color on #90A77C background.


White color preview on #90A77C background

This text has white color on #90A77C background.