Shades of Olive #85860C
Tints of Olive #85860C
RGB
CMYK
RGB Variations
Color information
#85860C (or 0x85860C) is known color: Olive. HEX triplet: 85, 86 and 0C. RGB value is (133,134,12). Sum of RGB (Red+Green+Blue) = 133+134+12=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 134 (52.73% from 255 or 48.03% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 134 - color contains mainly: green. Hex color #85860C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85860C is #7A79F3. Grayscale: #787878. Windows color (decimal): -8026612 or 820869. OLE color: 820869.
HSL color Cylindrical-coordinate representation of color #85860C: hue angle of 60.49º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85860C is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 134 | 12 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.47 |
| HSL | 60.49º | 0.84% | 0.29% | - |
| HSV(B) | 60.49º | 0.91% | 0.53% | - |
| XYZ | 18.26 | 22.06 | 3.64 | - |
| YUV | 119.79 | 67.17 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 134 | 12 | 0.01 | 0 | 0.91 | 0.47 | 60.49 | 0.84 | 0.29 |
| Hex | 85 | 86 | C | 1 | 0 | 5B | 2F | 3C | 54 | 1D |
| Octal | 205 | 206 | 14 | 1 | 0 | 133 | 57 | 74 | 124 | 35 |
| Binary | 10000101 | 10000110 | 1100 | 1 | 0 | 1011011 | 101111 | 111100 | 1010100 | 11101 |
Color Harmonies of #85860C
Complementary color
Monochromatic Colors of #85860C
Black with #85860C
Text Example
Text Example
White with #85860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85860C; }
p { color: rgb(133,134,12); }
H1.HeaderClassName
{
color: #85860C;
}
.AnyTagClassName
{
color: #85860C;
}
</style>
background-color css
<style>
a { background-color: #85860C; }
a { background-color: rgb(133,134,12); }
div.DivClassName
{
background-color: #85860C;
}
.BgClassName
{
background-color: #85860C;
}
</style>
border-color css
<style>
span { border-color: #85860C; }
span { border-color: rgb(133,134,12); }
td.TdClassName
{
border-color: #85860C;
}
.TagClassName
{
border-color: #85860C;
}
</style>