Shades of Olive #898505
Tints of Olive #898505
RGB
CMYK
RGB Variations
Color information
#898505 (or 0x898505) is known color: Olive. HEX triplet: 89, 85 and 05. RGB value is (137,133,5). Sum of RGB (Red+Green+Blue) = 137+133+5=275 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.82% from 275); Green value is 133 (52.34% from 255 or 48.36% from 275); Blue value is 5 (2.34% from 255 or 1.82% from 275); Max value from RGB is 137 - color contains mainly: red. Hex color #898505 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898505 is #767AFA. Grayscale: #787878. Windows color (decimal): -7764731 or 361865. OLE color: 361865.
HSL color Cylindrical-coordinate representation of color #898505: hue angle of 58.18º 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 #898505 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 133 | 5 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.46 |
| HSL | 58.18º | 0.93% | 0.28% | - |
| HSV(B) | 58.18º | 0.96% | 0.54% | - |
| XYZ | 18.73 | 22.1 | 3.42 | - |
| YUV | 119.6 | 63.33 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 133 | 5 | 0 | 0.03 | 0.96 | 0.46 | 58.18 | 0.93 | 0.28 |
| Hex | 89 | 85 | 5 | 0 | 3 | 60 | 2E | 3A | 5D | 1C |
| Octal | 211 | 205 | 5 | 0 | 3 | 140 | 56 | 72 | 135 | 34 |
| Binary | 10001001 | 10000101 | 101 | 0 | 11 | 1100000 | 101110 | 111010 | 1011101 | 11100 |
Color Harmonies of #898505
Complementary color
Monochromatic Colors of #898505
Black with #898505
Text Example
Text Example
White with #898505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898505; }
p { color: rgb(137,133,5); }
H1.HeaderClassName
{
color: #898505;
}
.AnyTagClassName
{
color: #898505;
}
</style>
background-color css
<style>
a { background-color: #898505; }
a { background-color: rgb(137,133,5); }
div.DivClassName
{
background-color: #898505;
}
.BgClassName
{
background-color: #898505;
}
</style>
border-color css
<style>
span { border-color: #898505; }
span { border-color: rgb(137,133,5); }
td.TdClassName
{
border-color: #898505;
}
.TagClassName
{
border-color: #898505;
}
</style>