Shades of Olivine #90BB70
Tints of Olivine #90BB70
RGB
CMYK
RGB Variations
Color information
#90BB70 (or 0x90BB70) is known color: Olivine. HEX triplet: 90, BB and 70. RGB value is (144,187,112). Sum of RGB (Red+Green+Blue) = 144+187+112=443 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.51% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 187 - color contains mainly: green. Hex color #90BB70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BB70 is #6F448F. Grayscale: #A5A5A5. Windows color (decimal): -7292048 or 7388048. OLE color: 7388048.
HSL color Cylindrical-coordinate representation of color #90BB70: hue angle of 94.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90BB70 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 187 | 112 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.27 |
| HSL | 94.4º | 0.36% | 0.59% | - |
| HSV(B) | 94.4º | 0.4% | 0.73% | - |
| XYZ | 32.2 | 42.64 | 21.86 | - |
| YUV | 165.59 | 97.75 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 187 | 112 | 0.23 | 0 | 0.40 | 0.27 | 94.4 | 0.36 | 0.59 |
| Hex | 90 | BB | 70 | 17 | 0 | 28 | 1B | 5E | 24 | 3B |
| Octal | 220 | 273 | 160 | 27 | 0 | 50 | 33 | 136 | 44 | 73 |
| Binary | 10010000 | 10111011 | 1110000 | 10111 | 0 | 101000 | 11011 | 1011110 | 100100 | 111011 |
Color Harmonies of #90BB70
Complementary color
Monochromatic Colors of #90BB70
Black with #90BB70
Text Example
Text Example
White with #90BB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BB70; }
p { color: rgb(144,187,112); }
H1.HeaderClassName
{
color: #90BB70;
}
.AnyTagClassName
{
color: #90BB70;
}
</style>
background-color css
<style>
a { background-color: #90BB70; }
a { background-color: rgb(144,187,112); }
div.DivClassName
{
background-color: #90BB70;
}
.BgClassName
{
background-color: #90BB70;
}
</style>
border-color css
<style>
span { border-color: #90BB70; }
span { border-color: rgb(144,187,112); }
td.TdClassName
{
border-color: #90BB70;
}
.TagClassName
{
border-color: #90BB70;
}
</style>