Shades of Olive #85860A
Tints of Olive #85860A
RGB
CMYK
RGB Variations
Color information
#85860A (or 0x85860A) is known color: Olive. HEX triplet: 85, 86 and 0A. RGB value is (133,134,10). Sum of RGB (Red+Green+Blue) = 133+134+10=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 134 (52.73% from 255 or 48.38% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 134 - color contains mainly: green. Hex color #85860A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85860A is #7A79F5. Grayscale: #787878. Windows color (decimal): -8026614 or 689797. OLE color: 689797.
HSL color Cylindrical-coordinate representation of color #85860A: hue angle of 60.48º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85860A is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 134 | 10 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.47 |
| HSL | 60.48º | 0.86% | 0.28% | - |
| HSV(B) | 60.48º | 0.93% | 0.53% | - |
| XYZ | 18.25 | 22.06 | 3.58 | - |
| YUV | 119.57 | 66.17 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 134 | 10 | 0.01 | 0 | 0.93 | 0.47 | 60.48 | 0.86 | 0.28 |
| Hex | 85 | 86 | A | 1 | 0 | 5D | 2F | 3C | 56 | 1C |
| Octal | 205 | 206 | 12 | 1 | 0 | 135 | 57 | 74 | 126 | 34 |
| Binary | 10000101 | 10000110 | 1010 | 1 | 0 | 1011101 | 101111 | 111100 | 1010110 | 11100 |
Color Harmonies of #85860A
Complementary color
Monochromatic Colors of #85860A
Black with #85860A
Text Example
Text Example
White with #85860A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85860A; }
p { color: rgb(133,134,10); }
H1.HeaderClassName
{
color: #85860A;
}
.AnyTagClassName
{
color: #85860A;
}
</style>
background-color css
<style>
a { background-color: #85860A; }
a { background-color: rgb(133,134,10); }
div.DivClassName
{
background-color: #85860A;
}
.BgClassName
{
background-color: #85860A;
}
</style>
border-color css
<style>
span { border-color: #85860A; }
span { border-color: rgb(133,134,10); }
td.TdClassName
{
border-color: #85860A;
}
.TagClassName
{
border-color: #85860A;
}
</style>