Shades of Olive #86740C
Tints of Olive #86740C
RGB
CMYK
RGB Variations
Color information
#86740C (or 0x86740C) is known color: Olive. HEX triplet: 86, 74 and 0C. RGB value is (134,116,12). Sum of RGB (Red+Green+Blue) = 134+116+12=262 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.15% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 134 - color contains mainly: red. Hex color #86740C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86740C is #798BF3. Grayscale: #6D6D6D. Windows color (decimal): -7965684 or 816262. OLE color: 816262.
HSL color Cylindrical-coordinate representation of color #86740C: hue angle of 51.15º 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 #86740C is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 116 | 12 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.47 |
| HSL | 51.15º | 0.84% | 0.29% | - |
| HSV(B) | 51.15º | 0.91% | 0.53% | - |
| XYZ | 16.14 | 17.59 | 2.89 | - |
| YUV | 109.53 | 72.96 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 116 | 12 | 0 | 0.13 | 0.91 | 0.47 | 51.15 | 0.84 | 0.29 |
| Hex | 86 | 74 | C | 0 | D | 5B | 2F | 33 | 54 | 1D |
| Octal | 206 | 164 | 14 | 0 | 15 | 133 | 57 | 63 | 124 | 35 |
| Binary | 10000110 | 1110100 | 1100 | 0 | 1101 | 1011011 | 101111 | 110011 | 1010100 | 11101 |
Color Harmonies of #86740C
Complementary color
Monochromatic Colors of #86740C
Black with #86740C
Text Example
Text Example
White with #86740C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86740C; }
p { color: rgb(134,116,12); }
H1.HeaderClassName
{
color: #86740C;
}
.AnyTagClassName
{
color: #86740C;
}
</style>
background-color css
<style>
a { background-color: #86740C; }
a { background-color: rgb(134,116,12); }
div.DivClassName
{
background-color: #86740C;
}
.BgClassName
{
background-color: #86740C;
}
</style>
border-color css
<style>
span { border-color: #86740C; }
span { border-color: rgb(134,116,12); }
td.TdClassName
{
border-color: #86740C;
}
.TagClassName
{
border-color: #86740C;
}
</style>