Shades of Olivine #89BA78
Tints of Olivine #89BA78
RGB
CMYK
RGB Variations
Color information
#89BA78 (or 0x89BA78) is known color: Olivine. HEX triplet: 89, BA and 78. RGB value is (137,186,120). Sum of RGB (Red+Green+Blue) = 137+186+120=443 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.93% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 186 - color contains mainly: green. Hex color #89BA78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89BA78 is #764587. Grayscale: #A4A4A4. Windows color (decimal): -7751048 or 7912073. OLE color: 7912073.
HSL color Cylindrical-coordinate representation of color #89BA78: hue angle of 104.55º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #89BA78 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 186 | 120 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.27 |
| HSL | 104.55º | 0.32% | 0.6% | - |
| HSV(B) | 104.55º | 0.35% | 0.73% | - |
| XYZ | 31.27 | 41.79 | 24.19 | - |
| YUV | 163.83 | 103.27 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 186 | 120 | 0.26 | 0 | 0.35 | 0.27 | 104.55 | 0.32 | 0.6 |
| Hex | 89 | BA | 78 | 1A | 0 | 23 | 1B | 69 | 20 | 3C |
| Octal | 211 | 272 | 170 | 32 | 0 | 43 | 33 | 151 | 40 | 74 |
| Binary | 10001001 | 10111010 | 1111000 | 11010 | 0 | 100011 | 11011 | 1101001 | 100000 | 111100 |
Color Harmonies of #89BA78
Complementary color
Monochromatic Colors of #89BA78
Black with #89BA78
Text Example
Text Example
White with #89BA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BA78; }
p { color: rgb(137,186,120); }
H1.HeaderClassName
{
color: #89BA78;
}
.AnyTagClassName
{
color: #89BA78;
}
</style>
background-color css
<style>
a { background-color: #89BA78; }
a { background-color: rgb(137,186,120); }
div.DivClassName
{
background-color: #89BA78;
}
.BgClassName
{
background-color: #89BA78;
}
</style>
border-color css
<style>
span { border-color: #89BA78; }
span { border-color: rgb(137,186,120); }
td.TdClassName
{
border-color: #89BA78;
}
.TagClassName
{
border-color: #89BA78;
}
</style>