Shades of Olive #86780C
Tints of Olive #86780C
RGB
CMYK
RGB Variations
Color information
#86780C (or 0x86780C) is known color: Olive. HEX triplet: 86, 78 and 0C. RGB value is (134,120,12). Sum of RGB (Red+Green+Blue) = 134+120+12=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 120 (47.27% from 255 or 45.11% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #86780C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86780C is #7987F3. Grayscale: #707070. Windows color (decimal): -7964660 or 817286. OLE color: 817286.
HSL color Cylindrical-coordinate representation of color #86780C: hue angle of 53.11º 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 #86780C is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 120 | 12 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.47 |
| HSL | 53.11º | 0.84% | 0.29% | - |
| HSV(B) | 53.11º | 0.91% | 0.53% | - |
| XYZ | 16.61 | 18.53 | 3.05 | - |
| YUV | 111.87 | 71.64 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 120 | 12 | 0 | 0.10 | 0.91 | 0.47 | 53.11 | 0.84 | 0.29 |
| Hex | 86 | 78 | C | 0 | A | 5B | 2F | 35 | 54 | 1D |
| Octal | 206 | 170 | 14 | 0 | 12 | 133 | 57 | 65 | 124 | 35 |
| Binary | 10000110 | 1111000 | 1100 | 0 | 1010 | 1011011 | 101111 | 110101 | 1010100 | 11101 |
Color Harmonies of #86780C
Complementary color
Monochromatic Colors of #86780C
Black with #86780C
Text Example
Text Example
White with #86780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86780C; }
p { color: rgb(134,120,12); }
H1.HeaderClassName
{
color: #86780C;
}
.AnyTagClassName
{
color: #86780C;
}
</style>
background-color css
<style>
a { background-color: #86780C; }
a { background-color: rgb(134,120,12); }
div.DivClassName
{
background-color: #86780C;
}
.BgClassName
{
background-color: #86780C;
}
</style>
border-color css
<style>
span { border-color: #86780C; }
span { border-color: rgb(134,120,12); }
td.TdClassName
{
border-color: #86780C;
}
.TagClassName
{
border-color: #86780C;
}
</style>