Shades of Olive #858808
Tints of Olive #858808
RGB
CMYK
RGB Variations
Color information
#858808 (or 0x858808) is known color: Olive. HEX triplet: 85, 88 and 08. RGB value is (133,136,8). Sum of RGB (Red+Green+Blue) = 133+136+8=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 136 (53.52% from 255 or 49.10% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 136 - color contains mainly: green. Hex color #858808 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858808 is #7A77F7. Grayscale: #797979. Windows color (decimal): -8026104 or 559237. OLE color: 559237.
HSL color Cylindrical-coordinate representation of color #858808: hue angle of 61.41º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #858808 is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 136 | 8 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.47 |
| HSL | 61.41º | 0.89% | 0.28% | - |
| HSV(B) | 61.41º | 0.94% | 0.53% | - |
| XYZ | 18.52 | 22.61 | 3.62 | - |
| YUV | 120.51 | 64.51 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 136 | 8 | 0.02 | 0 | 0.94 | 0.47 | 61.41 | 0.89 | 0.28 |
| Hex | 85 | 88 | 8 | 2 | 0 | 5E | 2F | 3D | 59 | 1C |
| Octal | 205 | 210 | 10 | 2 | 0 | 136 | 57 | 75 | 131 | 34 |
| Binary | 10000101 | 10001000 | 1000 | 10 | 0 | 1011110 | 101111 | 111101 | 1011001 | 11100 |
Color Harmonies of #858808
Complementary color
Monochromatic Colors of #858808
Black with #858808
Text Example
Text Example
White with #858808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858808; }
p { color: rgb(133,136,8); }
H1.HeaderClassName
{
color: #858808;
}
.AnyTagClassName
{
color: #858808;
}
</style>
background-color css
<style>
a { background-color: #858808; }
a { background-color: rgb(133,136,8); }
div.DivClassName
{
background-color: #858808;
}
.BgClassName
{
background-color: #858808;
}
</style>
border-color css
<style>
span { border-color: #858808; }
span { border-color: rgb(133,136,8); }
td.TdClassName
{
border-color: #858808;
}
.TagClassName
{
border-color: #858808;
}
</style>