Shades of Olivine #89B372
Tints of Olivine #89B372
RGB
CMYK
RGB Variations
Color information
#89B372 (or 0x89B372) is known color: Olivine. HEX triplet: 89, B3 and 72. RGB value is (137,179,114). Sum of RGB (Red+Green+Blue) = 137+179+114=430 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.86% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 179 - color contains mainly: green. Hex color #89B372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89B372 is #764C8D. Grayscale: #9F9F9F. Windows color (decimal): -7752846 or 7517065. OLE color: 7517065.
HSL color Cylindrical-coordinate representation of color #89B372: hue angle of 98.77º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89B372 is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 179 | 114 | - |
| CMYK | 0.23 | 0 | 0.36 | 0.30 |
| HSL | 98.77º | 0.3% | 0.57% | - |
| HSV(B) | 98.77º | 0.36% | 0.7% | - |
| XYZ | 29.47 | 38.77 | 21.85 | - |
| YUV | 159.03 | 102.59 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 179 | 114 | 0.23 | 0 | 0.36 | 0.30 | 98.77 | 0.3 | 0.57 |
| Hex | 89 | B3 | 72 | 17 | 0 | 24 | 1E | 63 | 1E | 39 |
| Octal | 211 | 263 | 162 | 27 | 0 | 44 | 36 | 143 | 36 | 71 |
| Binary | 10001001 | 10110011 | 1110010 | 10111 | 0 | 100100 | 11110 | 1100011 | 11110 | 111001 |
Color Harmonies of #89B372
Complementary color
Monochromatic Colors of #89B372
Black with #89B372
Text Example
Text Example
White with #89B372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B372; }
p { color: rgb(137,179,114); }
H1.HeaderClassName
{
color: #89B372;
}
.AnyTagClassName
{
color: #89B372;
}
</style>
background-color css
<style>
a { background-color: #89B372; }
a { background-color: rgb(137,179,114); }
div.DivClassName
{
background-color: #89B372;
}
.BgClassName
{
background-color: #89B372;
}
</style>
border-color css
<style>
span { border-color: #89B372; }
span { border-color: rgb(137,179,114); }
td.TdClassName
{
border-color: #89B372;
}
.TagClassName
{
border-color: #89B372;
}
</style>