Shades of Olive #86760C
Tints of Olive #86760C
RGB
CMYK
RGB Variations
Color information
#86760C (or 0x86760C) is known color: Olive. HEX triplet: 86, 76 and 0C. RGB value is (134,118,12). Sum of RGB (Red+Green+Blue) = 134+118+12=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 118 (46.48% from 255 or 44.70% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #86760C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86760C is #7989F3. Grayscale: #6F6F6F. Windows color (decimal): -7965172 or 816774. OLE color: 816774.
HSL color Cylindrical-coordinate representation of color #86760C: hue angle of 52.13º 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 #86760C is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 118 | 12 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.47 |
| HSL | 52.13º | 0.84% | 0.29% | - |
| HSV(B) | 52.13º | 0.91% | 0.53% | - |
| XYZ | 16.38 | 18.05 | 2.97 | - |
| YUV | 110.7 | 72.3 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 118 | 12 | 0 | 0.12 | 0.91 | 0.47 | 52.13 | 0.84 | 0.29 |
| Hex | 86 | 76 | C | 0 | C | 5B | 2F | 34 | 54 | 1D |
| Octal | 206 | 166 | 14 | 0 | 14 | 133 | 57 | 64 | 124 | 35 |
| Binary | 10000110 | 1110110 | 1100 | 0 | 1100 | 1011011 | 101111 | 110100 | 1010100 | 11101 |
Color Harmonies of #86760C
Complementary color
Monochromatic Colors of #86760C
Black with #86760C
Text Example
Text Example
White with #86760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86760C; }
p { color: rgb(134,118,12); }
H1.HeaderClassName
{
color: #86760C;
}
.AnyTagClassName
{
color: #86760C;
}
</style>
background-color css
<style>
a { background-color: #86760C; }
a { background-color: rgb(134,118,12); }
div.DivClassName
{
background-color: #86760C;
}
.BgClassName
{
background-color: #86760C;
}
</style>
border-color css
<style>
span { border-color: #86760C; }
span { border-color: rgb(134,118,12); }
td.TdClassName
{
border-color: #86760C;
}
.TagClassName
{
border-color: #86760C;
}
</style>