Shades of Olive #86760F
Tints of Olive #86760F
RGB
CMYK
RGB Variations
Color information
#86760F (or 0x86760F) is known color: Olive. HEX triplet: 86, 76 and 0F. RGB value is (134,118,15). Sum of RGB (Red+Green+Blue) = 134+118+15=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #86760F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86760F is #7989F0. Grayscale: #6F6F6F. Windows color (decimal): -7965169 or 1013382. OLE color: 1013382.
HSL color Cylindrical-coordinate representation of color #86760F: hue angle of 51.93º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #86760F is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 118 | 15 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.47 |
| HSL | 51.93º | 0.8% | 0.29% | - |
| HSV(B) | 51.93º | 0.89% | 0.53% | - |
| XYZ | 16.4 | 18.06 | 3.07 | - |
| YUV | 111.04 | 73.8 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 118 | 15 | 0 | 0.12 | 0.89 | 0.47 | 51.93 | 0.8 | 0.29 |
| Hex | 86 | 76 | F | 0 | C | 59 | 2F | 34 | 50 | 1D |
| Octal | 206 | 166 | 17 | 0 | 14 | 131 | 57 | 64 | 120 | 35 |
| Binary | 10000110 | 1110110 | 1111 | 0 | 1100 | 1011001 | 101111 | 110100 | 1010000 | 11101 |
Color Harmonies of #86760F
Complementary color
Monochromatic Colors of #86760F
Black with #86760F
Text Example
Text Example
White with #86760F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86760F; }
p { color: rgb(134,118,15); }
H1.HeaderClassName
{
color: #86760F;
}
.AnyTagClassName
{
color: #86760F;
}
</style>
background-color css
<style>
a { background-color: #86760F; }
a { background-color: rgb(134,118,15); }
div.DivClassName
{
background-color: #86760F;
}
.BgClassName
{
background-color: #86760F;
}
</style>
border-color css
<style>
span { border-color: #86760F; }
span { border-color: rgb(134,118,15); }
td.TdClassName
{
border-color: #86760F;
}
.TagClassName
{
border-color: #86760F;
}
</style>