Shades of Olive #898805
Tints of Olive #898805
RGB
CMYK
RGB Variations
Color information
#898805 (or 0x898805) is known color: Olive. HEX triplet: 89, 88 and 05. RGB value is (137,136,5). Sum of RGB (Red+Green+Blue) = 137+136+5=278 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.28% from 278); Green value is 136 (53.52% from 255 or 48.92% from 278); Blue value is 5 (2.34% from 255 or 1.80% from 278); Max value from RGB is 137 - color contains mainly: red. Hex color #898805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898805 is #7677FA. Grayscale: #797979. Windows color (decimal): -7763963 or 362633. OLE color: 362633.
HSL color Cylindrical-coordinate representation of color #898805: hue angle of 59.55º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #898805 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 136 | 5 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.46 |
| HSL | 59.55º | 0.93% | 0.28% | - |
| HSV(B) | 59.55º | 0.96% | 0.54% | - |
| XYZ | 19.15 | 22.94 | 3.56 | - |
| YUV | 121.37 | 62.33 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 136 | 5 | 0 | 0.01 | 0.96 | 0.46 | 59.55 | 0.93 | 0.28 |
| Hex | 89 | 88 | 5 | 0 | 1 | 60 | 2E | 3C | 5D | 1C |
| Octal | 211 | 210 | 5 | 0 | 1 | 140 | 56 | 74 | 135 | 34 |
| Binary | 10001001 | 10001000 | 101 | 0 | 1 | 1100000 | 101110 | 111100 | 1011101 | 11100 |
Color Harmonies of #898805
Complementary color
Monochromatic Colors of #898805
Black with #898805
Text Example
Text Example
White with #898805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898805; }
p { color: rgb(137,136,5); }
H1.HeaderClassName
{
color: #898805;
}
.AnyTagClassName
{
color: #898805;
}
</style>
background-color css
<style>
a { background-color: #898805; }
a { background-color: rgb(137,136,5); }
div.DivClassName
{
background-color: #898805;
}
.BgClassName
{
background-color: #898805;
}
</style>
border-color css
<style>
span { border-color: #898805; }
span { border-color: rgb(137,136,5); }
td.TdClassName
{
border-color: #898805;
}
.TagClassName
{
border-color: #898805;
}
</style>