Shades of Olive #858508
Tints of Olive #858508
RGB
CMYK
RGB Variations
Color information
#858508 (or 0x858508) is known color: Olive. HEX triplet: 85, 85 and 08. RGB value is (133,133,8). Sum of RGB (Red+Green+Blue) = 133+133+8=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 8 (3.52% from 255 or 2.92% from 274); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858508 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858508 is #7A7AF7. Grayscale: #777777. Windows color (decimal): -8026872 or 558469. OLE color: 558469.
HSL color Cylindrical-coordinate representation of color #858508: hue angle of 60º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #858508 is Cyan = 0, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 133 | 8 | - |
| CMYK | 0 | 0 | 0.94 | 0.48 |
| HSL | 60º | 0.89% | 0.28% | - |
| HSV(B) | 60º | 0.94% | 0.52% | - |
| XYZ | 18.1 | 21.78 | 3.48 | - |
| YUV | 118.75 | 65.5 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 133 | 8 | 0 | 0 | 0.94 | 0.48 | 60 | 0.89 | 0.28 |
| Hex | 85 | 85 | 8 | 0 | 0 | 5E | 30 | 3C | 59 | 1C |
| Octal | 205 | 205 | 10 | 0 | 0 | 136 | 60 | 74 | 131 | 34 |
| Binary | 10000101 | 10000101 | 1000 | 0 | 0 | 1011110 | 110000 | 111100 | 1011001 | 11100 |
Color Harmonies of #858508
Complementary color
Monochromatic Colors of #858508
Black with #858508
Text Example
Text Example
White with #858508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858508; }
p { color: rgb(133,133,8); }
H1.HeaderClassName
{
color: #858508;
}
.AnyTagClassName
{
color: #858508;
}
</style>
background-color css
<style>
a { background-color: #858508; }
a { background-color: rgb(133,133,8); }
div.DivClassName
{
background-color: #858508;
}
.BgClassName
{
background-color: #858508;
}
</style>
border-color css
<style>
span { border-color: #858508; }
span { border-color: rgb(133,133,8); }
td.TdClassName
{
border-color: #858508;
}
.TagClassName
{
border-color: #858508;
}
</style>