COLOR #90B680

HEX: #90B680
RGB: (144,182,128)

Color info

#90B680 contains red, green and blue colors in about the same proportion. Web safe color of #90B680 is #99CC66 (or #9C6).

RGB color model

#90B680 color RGB value is (144,182,128).

  • red value is 144;
  • green value is 182;
  • blue value is 128.
RGB:
(144,182,128)
(56%,71%,50%)

RGB channels and saturation

R 144 of 255 = 56%
G 182 of 255 = 71%
B 128 of 255 = 50%

144
182
128

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

Portions of RGB colors in percentages

R + G + B =
144 + 182 + 128 = 454 (100%)
R 144 of 454 ~ 31.72%
G 182 of 454 ~ 40.09%
B 128 of 454 ~ 28.19%

%31.72
%40.09
%28.19

CMYK color model

#90B680 color CMYK value is (21,0,30,29).

  • cyan value is 20.88%
  • magenta value is 0.00%
  • yellow value is 29.67%
  • key color value is 28.63%
CMYK:
(21,0,30,29)
C21M0Y30K29 
(21%,0%,30%,29%)
(0.21/0.00/0.30/0.29)	

CMYK percentages

%20.88
%0
%29.67
%28.63

Codes

Color #90B680 in popluar color models

90B680
RGB144182128
HSL102°27.00%60.78%
HSB/HSV102°29.67%71.37%
CMYK20.88%0.00%29.67%
28.63%

Color #90B680 in popluar number systems.

HEX90B680
Decimal144182128
Binary100100001011011010000000
Octal220266200

Shades and tints

Shades of #90B680

#90B680
(144,182,128)
#83A675
(131,166,117)
#76966A
(118,150,106)
#69865F
(105,134,95)
#5C7654
(92,118,84)
#4F6649
(79,102,73)
#42563E
(66,86,62)
#354633
(53,70,51)
#283628
(40,54,40)
#1B261D
(27,38,29)
#0E1612
(14,22,18)
#000000
(0,0,0)

Tints of #90B680

#90B680
(144,182,128)
#9ABC8B
(154,188,139)
#A4C296
(164,194,150)
#AEC8A1
(174,200,161)
#B8CEAC
(184,206,172)
#C2D4B7
(194,212,183)
#CCDAC2
(204,218,194)
#D6E0CD
(214,224,205)
#E0E6D8
(224,230,216)
#EAECE3
(234,236,227)
#F4F2EE
(244,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90B680 color. Also use rgb(144,182,128) instead hex code.

Text Font Color

.myTextColor { color: #90B680; }

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

This text font color is #90B680.


Background Color

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

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

This div background color is #90B680.


Border color

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

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

This div border color is #90B680.


Opacity

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

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

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

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

This text has shadow with #90B680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90B680 on black background.


Color preview on white background

This text has color #90B680 on white background.



Black color preview on #90B680 background

This text has black color on #90B680 background.


White color preview on #90B680 background

This text has white color on #90B680 background.