Shades of Olive #89880F
Tints of Olive #89880F
RGB
CMYK
RGB Variations
Color information
#89880F (or 0x89880F) is known color: Olive. HEX triplet: 89, 88 and 0F. RGB value is (137,136,15). Sum of RGB (Red+Green+Blue) = 137+136+15=288 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.57% from 288); Green value is 136 (53.52% from 255 or 47.22% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 137 - color contains mainly: red. Hex color #89880F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89880F is #7677F0. Grayscale: #7A7A7A. Windows color (decimal): -7763953 or 1017993. OLE color: 1017993.
HSL color Cylindrical-coordinate representation of color #89880F: hue angle of 59.51º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #89880F is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 136 | 15 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.46 |
| HSL | 59.51º | 0.8% | 0.3% | - |
| HSV(B) | 59.51º | 0.89% | 0.54% | - |
| XYZ | 19.21 | 22.96 | 3.87 | - |
| YUV | 122.51 | 67.33 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 136 | 15 | 0 | 0.01 | 0.89 | 0.46 | 59.51 | 0.8 | 0.3 |
| Hex | 89 | 88 | F | 0 | 1 | 59 | 2E | 3C | 50 | 1E |
| Octal | 211 | 210 | 17 | 0 | 1 | 131 | 56 | 74 | 120 | 36 |
| Binary | 10001001 | 10001000 | 1111 | 0 | 1 | 1011001 | 101110 | 111100 | 1010000 | 11110 |
Color Harmonies of #89880F
Complementary color
Monochromatic Colors of #89880F
Black with #89880F
Text Example
Text Example
White with #89880F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89880F; }
p { color: rgb(137,136,15); }
H1.HeaderClassName
{
color: #89880F;
}
.AnyTagClassName
{
color: #89880F;
}
</style>
background-color css
<style>
a { background-color: #89880F; }
a { background-color: rgb(137,136,15); }
div.DivClassName
{
background-color: #89880F;
}
.BgClassName
{
background-color: #89880F;
}
</style>
border-color css
<style>
span { border-color: #89880F; }
span { border-color: rgb(137,136,15); }
td.TdClassName
{
border-color: #89880F;
}
.TagClassName
{
border-color: #89880F;
}
</style>