Shades of Olive #86780E
Tints of Olive #86780E
RGB
CMYK
RGB Variations
Color information
#86780E (or 0x86780E) is known color: Olive. HEX triplet: 86, 78 and 0E. RGB value is (134,120,14). Sum of RGB (Red+Green+Blue) = 134+120+14=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 120 (47.27% from 255 or 44.78% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #86780E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86780E is #7987F1. Grayscale: #707070. Windows color (decimal): -7964658 or 948358. OLE color: 948358.
HSL color Cylindrical-coordinate representation of color #86780E: hue angle of 53º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86780E is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 120 | 14 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.47 |
| HSL | 53º | 0.81% | 0.29% | - |
| HSV(B) | 53º | 0.9% | 0.53% | - |
| XYZ | 16.63 | 18.53 | 3.12 | - |
| YUV | 112.1 | 72.64 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 120 | 14 | 0 | 0.10 | 0.90 | 0.47 | 53 | 0.81 | 0.29 |
| Hex | 86 | 78 | E | 0 | A | 5A | 2F | 35 | 51 | 1D |
| Octal | 206 | 170 | 16 | 0 | 12 | 132 | 57 | 65 | 121 | 35 |
| Binary | 10000110 | 1111000 | 1110 | 0 | 1010 | 1011010 | 101111 | 110101 | 1010001 | 11101 |
Color Harmonies of #86780E
Complementary color
Monochromatic Colors of #86780E
Black with #86780E
Text Example
Text Example
White with #86780E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86780E; }
p { color: rgb(134,120,14); }
H1.HeaderClassName
{
color: #86780E;
}
.AnyTagClassName
{
color: #86780E;
}
</style>
background-color css
<style>
a { background-color: #86780E; }
a { background-color: rgb(134,120,14); }
div.DivClassName
{
background-color: #86780E;
}
.BgClassName
{
background-color: #86780E;
}
</style>
border-color css
<style>
span { border-color: #86780E; }
span { border-color: rgb(134,120,14); }
td.TdClassName
{
border-color: #86780E;
}
.TagClassName
{
border-color: #86780E;
}
</style>