COLOR #90B37F

HEX: #90B37F
RGB: (144,179,127)

Color info

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

RGB color model

#90B37F color RGB value is (144,179,127).

  • red value is 144;
  • green value is 179;
  • blue value is 127.
RGB:
(144,179,127)
(56%,70%,50%)

RGB channels and saturation

R 144 of 255 = 56%
G 179 of 255 = 70%
B 127 of 255 = 50%

144
179
127

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

Portions of RGB colors in percentages

R + G + B =
144 + 179 + 127 = 450 (100%)
R 144 of 450 ~ 32%
G 179 of 450 ~ 39.78%
B 127 of 450 ~ 28.22%

%32
%39.78
%28.22

CMYK color model

#90B37F color CMYK value is (20,0,29,30).

  • cyan value is 19.55%
  • magenta value is 0.00%
  • yellow value is 29.05%
  • key color value is 29.80%
CMYK:
(20,0,29,30)
C20M0Y29K30 
(20%,0%,29%,30%)
(0.20/0.00/0.29/0.30)	

CMYK percentages

%19.55
%0
%29.05
%29.8

Codes

Color #90B37F in popluar color models

90B37F
RGB144179127
HSL100°25.49%60.00%
HSB/HSV100°29.05%70.20%
CMYK19.55%0.00%29.05%
29.80%

Color #90B37F in popluar number systems.

HEX90B37F
Decimal144179127
Binary10010000101100111111111
Octal220263177

Shades and tints

Shades of #90B37F

#90B37F
(144,179,127)
#83A374
(131,163,116)
#769369
(118,147,105)
#69835E
(105,131,94)
#5C7353
(92,115,83)
#4F6348
(79,99,72)
#42533D
(66,83,61)
#354332
(53,67,50)
#283327
(40,51,39)
#1B231C
(27,35,28)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #90B37F

#90B37F
(144,179,127)
#9AB98A
(154,185,138)
#A4BF95
(164,191,149)
#AEC5A0
(174,197,160)
#B8CBAB
(184,203,171)
#C2D1B6
(194,209,182)
#CCD7C1
(204,215,193)
#D6DDCC
(214,221,204)
#E0E3D7
(224,227,215)
#EAE9E2
(234,233,226)
#F4EFED
(244,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90B37F color. Also use rgb(144,179,127) instead hex code.

Text Font Color

.myTextColor { color: #90B37F; }

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

This text font color is #90B37F.


Background Color

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

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

This div background color is #90B37F.


Border color

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

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

This div border color is #90B37F.


Opacity

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

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

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

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

This text has shadow with #90B37F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90B37F on black background.


Color preview on white background

This text has color #90B37F on white background.



Black color preview on #90B37F background

This text has black color on #90B37F background.


White color preview on #90B37F background

This text has white color on #90B37F background.