Shades of Olive #898802
Tints of Olive #898802
RGB
CMYK
RGB Variations
Color information
#898802 (or 0x898802) is known color: Olive. HEX triplet: 89, 88 and 02. RGB value is (137,136,2). Sum of RGB (Red+Green+Blue) = 137+136+2=275 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.82% from 275); Green value is 136 (53.52% from 255 or 49.45% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 137 - color contains mainly: red. Hex color #898802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898802 is #7677FD. Grayscale: #797979. Windows color (decimal): -7763966 or 166025. OLE color: 166025.
HSL color Cylindrical-coordinate representation of color #898802: hue angle of 59.56º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #898802 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 136 | 2 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.46 |
| HSL | 59.56º | 0.97% | 0.27% | - |
| HSV(B) | 59.56º | 0.99% | 0.54% | - |
| XYZ | 19.13 | 22.93 | 3.48 | - |
| YUV | 121.02 | 60.83 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 136 | 2 | 0 | 0.01 | 0.99 | 0.46 | 59.56 | 0.97 | 0.27 |
| Hex | 89 | 88 | 2 | 0 | 1 | 63 | 2E | 3C | 61 | 1B |
| Octal | 211 | 210 | 2 | 0 | 1 | 143 | 56 | 74 | 141 | 33 |
| Binary | 10001001 | 10001000 | 10 | 0 | 1 | 1100011 | 101110 | 111100 | 1100001 | 11011 |
Color Harmonies of #898802
Complementary color
Monochromatic Colors of #898802
Black with #898802
Text Example
Text Example
White with #898802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898802; }
p { color: rgb(137,136,2); }
H1.HeaderClassName
{
color: #898802;
}
.AnyTagClassName
{
color: #898802;
}
</style>
background-color css
<style>
a { background-color: #898802; }
a { background-color: rgb(137,136,2); }
div.DivClassName
{
background-color: #898802;
}
.BgClassName
{
background-color: #898802;
}
</style>
border-color css
<style>
span { border-color: #898802; }
span { border-color: rgb(137,136,2); }
td.TdClassName
{
border-color: #898802;
}
.TagClassName
{
border-color: #898802;
}
</style>