Shades of Olivine #89BA76
Tints of Olivine #89BA76
RGB
CMYK
RGB Variations
Color information
#89BA76 (or 0x89BA76) is known color: Olivine. HEX triplet: 89, BA and 76. RGB value is (137,186,118). Sum of RGB (Red+Green+Blue) = 137+186+118=441 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.07% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #89BA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89BA76 is #764589. Grayscale: #A3A3A3. Windows color (decimal): -7751050 or 7781001. OLE color: 7781001.
HSL color Cylindrical-coordinate representation of color #89BA76: hue angle of 103.24º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89BA76 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 186 | 118 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.27 |
| HSL | 103.24º | 0.33% | 0.6% | - |
| HSV(B) | 103.24º | 0.37% | 0.73% | - |
| XYZ | 31.15 | 41.74 | 23.56 | - |
| YUV | 163.6 | 102.27 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 186 | 118 | 0.26 | 0 | 0.37 | 0.27 | 103.24 | 0.33 | 0.6 |
| Hex | 89 | BA | 76 | 1A | 0 | 25 | 1B | 67 | 21 | 3C |
| Octal | 211 | 272 | 166 | 32 | 0 | 45 | 33 | 147 | 41 | 74 |
| Binary | 10001001 | 10111010 | 1110110 | 11010 | 0 | 100101 | 11011 | 1100111 | 100001 | 111100 |
Color Harmonies of #89BA76
Complementary color
Monochromatic Colors of #89BA76
Black with #89BA76
Text Example
Text Example
White with #89BA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BA76; }
p { color: rgb(137,186,118); }
H1.HeaderClassName
{
color: #89BA76;
}
.AnyTagClassName
{
color: #89BA76;
}
</style>
background-color css
<style>
a { background-color: #89BA76; }
a { background-color: rgb(137,186,118); }
div.DivClassName
{
background-color: #89BA76;
}
.BgClassName
{
background-color: #89BA76;
}
</style>
border-color css
<style>
span { border-color: #89BA76; }
span { border-color: rgb(137,186,118); }
td.TdClassName
{
border-color: #89BA76;
}
.TagClassName
{
border-color: #89BA76;
}
</style>