Shades of Olive #86730C
Tints of Olive #86730C
RGB
CMYK
RGB Variations
Color information
#86730C (or 0x86730C) is known color: Olive. HEX triplet: 86, 73 and 0C. RGB value is (134,115,12). Sum of RGB (Red+Green+Blue) = 134+115+12=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 12 (5.08% from 255 or 4.60% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #86730C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86730C is #798CF3. Grayscale: #6D6D6D. Windows color (decimal): -7965940 or 816006. OLE color: 816006.
HSL color Cylindrical-coordinate representation of color #86730C: hue angle of 50.66º 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 #86730C is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 115 | 12 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.47 |
| HSL | 50.66º | 0.84% | 0.29% | - |
| HSV(B) | 50.66º | 0.91% | 0.53% | - |
| XYZ | 16.03 | 17.36 | 2.85 | - |
| YUV | 108.94 | 73.29 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 115 | 12 | 0 | 0.14 | 0.91 | 0.47 | 50.66 | 0.84 | 0.29 |
| Hex | 86 | 73 | C | 0 | E | 5B | 2F | 33 | 54 | 1D |
| Octal | 206 | 163 | 14 | 0 | 16 | 133 | 57 | 63 | 124 | 35 |
| Binary | 10000110 | 1110011 | 1100 | 0 | 1110 | 1011011 | 101111 | 110011 | 1010100 | 11101 |
Color Harmonies of #86730C
Complementary color
Monochromatic Colors of #86730C
Black with #86730C
Text Example
Text Example
White with #86730C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86730C; }
p { color: rgb(134,115,12); }
H1.HeaderClassName
{
color: #86730C;
}
.AnyTagClassName
{
color: #86730C;
}
</style>
background-color css
<style>
a { background-color: #86730C; }
a { background-color: rgb(134,115,12); }
div.DivClassName
{
background-color: #86730C;
}
.BgClassName
{
background-color: #86730C;
}
</style>
border-color css
<style>
span { border-color: #86730C; }
span { border-color: rgb(134,115,12); }
td.TdClassName
{
border-color: #86730C;
}
.TagClassName
{
border-color: #86730C;
}
</style>