Shades of Olive #898E08
Tints of Olive #898E08
RGB
CMYK
RGB Variations
Color information
#898E08 (or 0x898E08) is known color: Olive. HEX triplet: 89, 8E and 08. RGB value is (137,142,8). Sum of RGB (Red+Green+Blue) = 137+142+8=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 142 (55.86% from 255 or 49.48% from 287); Blue value is 8 (3.52% from 255 or 2.79% from 287); Max value from RGB is 142 - color contains mainly: green. Hex color #898E08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898E08 is #7671F7. Grayscale: #7D7D7D. Windows color (decimal): -7762424 or 560777. OLE color: 560777.
HSL color Cylindrical-coordinate representation of color #898E08: hue angle of 62.24º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #898E08 is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 142 | 8 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.44 |
| HSL | 62.24º | 0.89% | 0.29% | - |
| HSV(B) | 62.24º | 0.94% | 0.56% | - |
| XYZ | 20.03 | 24.68 | 3.94 | - |
| YUV | 125.23 | 61.84 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 142 | 8 | 0.04 | 0 | 0.94 | 0.44 | 62.24 | 0.89 | 0.29 |
| Hex | 89 | 8E | 8 | 4 | 0 | 5E | 2C | 3E | 59 | 1D |
| Octal | 211 | 216 | 10 | 4 | 0 | 136 | 54 | 76 | 131 | 35 |
| Binary | 10001001 | 10001110 | 1000 | 100 | 0 | 1011110 | 101100 | 111110 | 1011001 | 11101 |
Color Harmonies of #898E08
Complementary color
Monochromatic Colors of #898E08
Black with #898E08
Text Example
Text Example
White with #898E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898E08; }
p { color: rgb(137,142,8); }
H1.HeaderClassName
{
color: #898E08;
}
.AnyTagClassName
{
color: #898E08;
}
</style>
background-color css
<style>
a { background-color: #898E08; }
a { background-color: rgb(137,142,8); }
div.DivClassName
{
background-color: #898E08;
}
.BgClassName
{
background-color: #898E08;
}
</style>
border-color css
<style>
span { border-color: #898E08; }
span { border-color: rgb(137,142,8); }
td.TdClassName
{
border-color: #898E08;
}
.TagClassName
{
border-color: #898E08;
}
</style>