Shades of Olivine #89B872
Tints of Olivine #89B872
RGB
CMYK
RGB Variations
Color information
#89B872 (or 0x89B872) is known color: Olivine. HEX triplet: 89, B8 and 72. RGB value is (137,184,114). Sum of RGB (Red+Green+Blue) = 137+184+114=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 184 - color contains mainly: green. Hex color #89B872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89B872 is #76478D. Grayscale: #A2A2A2. Windows color (decimal): -7751566 or 7518345. OLE color: 7518345.
HSL color Cylindrical-coordinate representation of color #89B872: hue angle of 100.29º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89B872 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 137 | 184 | 114 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.28 |
| HSL | 100.29º | 0.33% | 0.58% | - |
| HSV(B) | 100.29º | 0.38% | 0.72% | - |
| XYZ | 30.49 | 40.81 | 22.19 | - |
| YUV | 161.97 | 100.93 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 184 | 114 | 0.26 | 0 | 0.38 | 0.28 | 100.29 | 0.33 | 0.58 |
| Hex | 89 | B8 | 72 | 1A | 0 | 26 | 1C | 64 | 21 | 3A |
| Octal | 211 | 270 | 162 | 32 | 0 | 46 | 34 | 144 | 41 | 72 |
| Binary | 10001001 | 10111000 | 1110010 | 11010 | 0 | 100110 | 11100 | 1100100 | 100001 | 111010 |
Color Harmonies of #89B872
Complementary color
Monochromatic Colors of #89B872
Black with #89B872
Text Example
Text Example
White with #89B872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B872; }
p { color: rgb(137,184,114); }
H1.HeaderClassName
{
color: #89B872;
}
.AnyTagClassName
{
color: #89B872;
}
</style>
background-color css
<style>
a { background-color: #89B872; }
a { background-color: rgb(137,184,114); }
div.DivClassName
{
background-color: #89B872;
}
.BgClassName
{
background-color: #89B872;
}
</style>
border-color css
<style>
span { border-color: #89B872; }
span { border-color: rgb(137,184,114); }
td.TdClassName
{
border-color: #89B872;
}
.TagClassName
{
border-color: #89B872;
}
</style>