Shades of Olivine #90B370
Tints of Olivine #90B370
RGB
CMYK
RGB Variations
Color information
#90B370 (or 0x90B370) is known color: Olivine. HEX triplet: 90, B3 and 70. RGB value is (144,179,112). Sum of RGB (Red+Green+Blue) = 144+179+112=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 179 - color contains mainly: green. Hex color #90B370 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B370 is #6F4C8F. Grayscale: #A1A1A1. Windows color (decimal): -7294096 or 7386000. OLE color: 7386000.
HSL color Cylindrical-coordinate representation of color #90B370: hue angle of 91.34º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90B370 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 179 | 112 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.30 |
| HSL | 91.34º | 0.31% | 0.57% | - |
| HSV(B) | 91.34º | 0.37% | 0.7% | - |
| XYZ | 30.55 | 39.34 | 21.31 | - |
| YUV | 160.9 | 100.4 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 179 | 112 | 0.20 | 0 | 0.37 | 0.30 | 91.34 | 0.31 | 0.57 |
| Hex | 90 | B3 | 70 | 14 | 0 | 25 | 1E | 5B | 1F | 39 |
| Octal | 220 | 263 | 160 | 24 | 0 | 45 | 36 | 133 | 37 | 71 |
| Binary | 10010000 | 10110011 | 1110000 | 10100 | 0 | 100101 | 11110 | 1011011 | 11111 | 111001 |
Color Harmonies of #90B370
Complementary color
Monochromatic Colors of #90B370
Black with #90B370
Text Example
Text Example
White with #90B370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B370; }
p { color: rgb(144,179,112); }
H1.HeaderClassName
{
color: #90B370;
}
.AnyTagClassName
{
color: #90B370;
}
</style>
background-color css
<style>
a { background-color: #90B370; }
a { background-color: rgb(144,179,112); }
div.DivClassName
{
background-color: #90B370;
}
.BgClassName
{
background-color: #90B370;
}
</style>
border-color css
<style>
span { border-color: #90B370; }
span { border-color: rgb(144,179,112); }
td.TdClassName
{
border-color: #90B370;
}
.TagClassName
{
border-color: #90B370;
}
</style>