Shades of Olive #898804
Tints of Olive #898804
RGB
CMYK
RGB Variations
Color information
#898804 (or 0x898804) is known color: Olive. HEX triplet: 89, 88 and 04. RGB value is (137,136,4). Sum of RGB (Red+Green+Blue) = 137+136+4=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 136 (53.52% from 255 or 49.10% from 277); Blue value is 4 (1.95% from 255 or 1.44% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #898804 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898804 is #7677FB. Grayscale: #797979. Windows color (decimal): -7763964 or 297097. OLE color: 297097.
HSL color Cylindrical-coordinate representation of color #898804: hue angle of 59.55º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #898804 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 136 | 4 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.46 |
| HSL | 59.55º | 0.94% | 0.28% | - |
| HSV(B) | 59.55º | 0.97% | 0.54% | - |
| XYZ | 19.14 | 22.94 | 3.53 | - |
| YUV | 121.25 | 61.83 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 136 | 4 | 0 | 0.01 | 0.97 | 0.46 | 59.55 | 0.94 | 0.28 |
| Hex | 89 | 88 | 4 | 0 | 1 | 61 | 2E | 3C | 5E | 1C |
| Octal | 211 | 210 | 4 | 0 | 1 | 141 | 56 | 74 | 136 | 34 |
| Binary | 10001001 | 10001000 | 100 | 0 | 1 | 1100001 | 101110 | 111100 | 1011110 | 11100 |
Color Harmonies of #898804
Complementary color
Monochromatic Colors of #898804
Black with #898804
Text Example
Text Example
White with #898804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898804; }
p { color: rgb(137,136,4); }
H1.HeaderClassName
{
color: #898804;
}
.AnyTagClassName
{
color: #898804;
}
</style>
background-color css
<style>
a { background-color: #898804; }
a { background-color: rgb(137,136,4); }
div.DivClassName
{
background-color: #898804;
}
.BgClassName
{
background-color: #898804;
}
</style>
border-color css
<style>
span { border-color: #898804; }
span { border-color: rgb(137,136,4); }
td.TdClassName
{
border-color: #898804;
}
.TagClassName
{
border-color: #898804;
}
</style>