Shades of Olivine #89B071
Tints of Olivine #89B071
RGB
CMYK
RGB Variations
Color information
#89B071 (or 0x89B071) is known color: Olivine. HEX triplet: 89, B0 and 71. RGB value is (137,176,113). Sum of RGB (Red+Green+Blue) = 137+176+113=426 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.16% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 176 - color contains mainly: green. Hex color #89B071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89B071 is #764F8E. Grayscale: #9D9D9D. Windows color (decimal): -7753615 or 7450761. OLE color: 7450761.
HSL color Cylindrical-coordinate representation of color #89B071: hue angle of 97.14º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89B071 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 176 | 113 | - |
| CMYK | 0.22 | 0 | 0.36 | 0.31 |
| HSL | 97.14º | 0.29% | 0.57% | - |
| HSV(B) | 97.14º | 0.36% | 0.69% | - |
| XYZ | 28.82 | 37.56 | 21.35 | - |
| YUV | 157.16 | 103.08 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 176 | 113 | 0.22 | 0 | 0.36 | 0.31 | 97.14 | 0.29 | 0.57 |
| Hex | 89 | B0 | 71 | 16 | 0 | 24 | 1F | 61 | 1D | 39 |
| Octal | 211 | 260 | 161 | 26 | 0 | 44 | 37 | 141 | 35 | 71 |
| Binary | 10001001 | 10110000 | 1110001 | 10110 | 0 | 100100 | 11111 | 1100001 | 11101 | 111001 |
Color Harmonies of #89B071
Complementary color
Monochromatic Colors of #89B071
Black with #89B071
Text Example
Text Example
White with #89B071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B071; }
p { color: rgb(137,176,113); }
H1.HeaderClassName
{
color: #89B071;
}
.AnyTagClassName
{
color: #89B071;
}
</style>
background-color css
<style>
a { background-color: #89B071; }
a { background-color: rgb(137,176,113); }
div.DivClassName
{
background-color: #89B071;
}
.BgClassName
{
background-color: #89B071;
}
</style>
border-color css
<style>
span { border-color: #89B071; }
span { border-color: rgb(137,176,113); }
td.TdClassName
{
border-color: #89B071;
}
.TagClassName
{
border-color: #89B071;
}
</style>