Shades of Olivine #90B56E
Tints of Olivine #90B56E
RGB
CMYK
RGB Variations
Color information
#90B56E (or 0x90B56E) is known color: Olivine. HEX triplet: 90, B5 and 6E. RGB value is (144,181,110). Sum of RGB (Red+Green+Blue) = 144+181+110=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 181 - color contains mainly: green. Hex color #90B56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B56E is #6F4A91. Grayscale: #A2A2A2. Windows color (decimal): -7293586 or 7255440. OLE color: 7255440.
HSL color Cylindrical-coordinate representation of color #90B56E: hue angle of 91.27º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90B56E is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 181 | 110 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.29 |
| HSL | 91.27º | 0.32% | 0.57% | - |
| HSV(B) | 91.27º | 0.39% | 0.71% | - |
| XYZ | 30.84 | 40.1 | 20.87 | - |
| YUV | 161.84 | 98.74 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 181 | 110 | 0.20 | 0 | 0.39 | 0.29 | 91.27 | 0.32 | 0.57 |
| Hex | 90 | B5 | 6E | 14 | 0 | 27 | 1D | 5B | 20 | 39 |
| Octal | 220 | 265 | 156 | 24 | 0 | 47 | 35 | 133 | 40 | 71 |
| Binary | 10010000 | 10110101 | 1101110 | 10100 | 0 | 100111 | 11101 | 1011011 | 100000 | 111001 |
Color Harmonies of #90B56E
Complementary color
Monochromatic Colors of #90B56E
Black with #90B56E
Text Example
Text Example
White with #90B56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B56E; }
p { color: rgb(144,181,110); }
H1.HeaderClassName
{
color: #90B56E;
}
.AnyTagClassName
{
color: #90B56E;
}
</style>
background-color css
<style>
a { background-color: #90B56E; }
a { background-color: rgb(144,181,110); }
div.DivClassName
{
background-color: #90B56E;
}
.BgClassName
{
background-color: #90B56E;
}
</style>
border-color css
<style>
span { border-color: #90B56E; }
span { border-color: rgb(144,181,110); }
td.TdClassName
{
border-color: #90B56E;
}
.TagClassName
{
border-color: #90B56E;
}
</style>