Shades of Olivine #89B471
Tints of Olivine #89B471
RGB
CMYK
RGB Variations
Color information
#89B471 (or 0x89B471) is known color: Olivine. HEX triplet: 89, B4 and 71. RGB value is (137,180,113). Sum of RGB (Red+Green+Blue) = 137+180+113=430 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.86% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 180 - color contains mainly: green. Hex color #89B471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89B471 is #764B8E. Grayscale: #9F9F9F. Windows color (decimal): -7752591 or 7451785. OLE color: 7451785.
HSL color Cylindrical-coordinate representation of color #89B471: hue angle of 98.51º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89B471 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 137 | 180 | 113 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.29 |
| HSL | 98.51º | 0.31% | 0.57% | - |
| HSV(B) | 98.51º | 0.37% | 0.71% | - |
| XYZ | 29.62 | 39.15 | 21.62 | - |
| YUV | 159.51 | 101.75 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 180 | 113 | 0.24 | 0 | 0.37 | 0.29 | 98.51 | 0.31 | 0.57 |
| Hex | 89 | B4 | 71 | 18 | 0 | 25 | 1D | 63 | 1F | 39 |
| Octal | 211 | 264 | 161 | 30 | 0 | 45 | 35 | 143 | 37 | 71 |
| Binary | 10001001 | 10110100 | 1110001 | 11000 | 0 | 100101 | 11101 | 1100011 | 11111 | 111001 |
Color Harmonies of #89B471
Complementary color
Monochromatic Colors of #89B471
Black with #89B471
Text Example
Text Example
White with #89B471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B471; }
p { color: rgb(137,180,113); }
H1.HeaderClassName
{
color: #89B471;
}
.AnyTagClassName
{
color: #89B471;
}
</style>
background-color css
<style>
a { background-color: #89B471; }
a { background-color: rgb(137,180,113); }
div.DivClassName
{
background-color: #89B471;
}
.BgClassName
{
background-color: #89B471;
}
</style>
border-color css
<style>
span { border-color: #89B471; }
span { border-color: rgb(137,180,113); }
td.TdClassName
{
border-color: #89B471;
}
.TagClassName
{
border-color: #89B471;
}
</style>