Shades of Olive #86860A
Tints of Olive #86860A
RGB
CMYK
RGB Variations
Color information
#86860A (or 0x86860A) is known color: Olive. HEX triplet: 86, 86 and 0A. RGB value is (134,134,10). Sum of RGB (Red+Green+Blue) = 134+134+10=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 134 (52.73% from 255 or 48.20% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 134 - color contains mainly: red, green. Hex color #86860A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86860A is #7979F5. Grayscale: #787878. Windows color (decimal): -7961078 or 689798. OLE color: 689798.
HSL color Cylindrical-coordinate representation of color #86860A: hue angle of 60º 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 #86860A is Cyan = 0, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 134 | 10 | - |
| CMYK | 0 | 0 | 0.93 | 0.47 |
| HSL | 60º | 0.86% | 0.28% | - |
| HSV(B) | 60º | 0.93% | 0.53% | - |
| XYZ | 18.41 | 22.14 | 3.59 | - |
| YUV | 119.86 | 66 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 134 | 10 | 0 | 0 | 0.93 | 0.47 | 60 | 0.86 | 0.28 |
| Hex | 86 | 86 | A | 0 | 0 | 5D | 2F | 3C | 56 | 1C |
| Octal | 206 | 206 | 12 | 0 | 0 | 135 | 57 | 74 | 126 | 34 |
| Binary | 10000110 | 10000110 | 1010 | 0 | 0 | 1011101 | 101111 | 111100 | 1010110 | 11100 |
Color Harmonies of #86860A
Complementary color
Monochromatic Colors of #86860A
Black with #86860A
Text Example
Text Example
White with #86860A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86860A; }
p { color: rgb(134,134,10); }
H1.HeaderClassName
{
color: #86860A;
}
.AnyTagClassName
{
color: #86860A;
}
</style>
background-color css
<style>
a { background-color: #86860A; }
a { background-color: rgb(134,134,10); }
div.DivClassName
{
background-color: #86860A;
}
.BgClassName
{
background-color: #86860A;
}
</style>
border-color css
<style>
span { border-color: #86860A; }
span { border-color: rgb(134,134,10); }
td.TdClassName
{
border-color: #86860A;
}
.TagClassName
{
border-color: #86860A;
}
</style>