Shades of Olive #86750B
Tints of Olive #86750B
RGB
CMYK
RGB Variations
Color information
#86750B (or 0x86750B) is known color: Olive. HEX triplet: 86, 75 and 0B. RGB value is (134,117,11). Sum of RGB (Red+Green+Blue) = 134+117+11=262 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.15% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 134 - color contains mainly: red. Hex color #86750B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86750B is #798AF4. Grayscale: #6E6E6E. Windows color (decimal): -7965429 or 750982. OLE color: 750982.
HSL color Cylindrical-coordinate representation of color #86750B: hue angle of 51.71º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #86750B is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 117 | 11 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.47 |
| HSL | 51.71º | 0.85% | 0.28% | - |
| HSV(B) | 51.71º | 0.92% | 0.53% | - |
| XYZ | 16.25 | 17.82 | 2.9 | - |
| YUV | 110 | 72.13 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 117 | 11 | 0 | 0.13 | 0.92 | 0.47 | 51.71 | 0.85 | 0.28 |
| Hex | 86 | 75 | B | 0 | D | 5C | 2F | 34 | 55 | 1C |
| Octal | 206 | 165 | 13 | 0 | 15 | 134 | 57 | 64 | 125 | 34 |
| Binary | 10000110 | 1110101 | 1011 | 0 | 1101 | 1011100 | 101111 | 110100 | 1010101 | 11100 |
Color Harmonies of #86750B
Complementary color
Monochromatic Colors of #86750B
Black with #86750B
Text Example
Text Example
White with #86750B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86750B; }
p { color: rgb(134,117,11); }
H1.HeaderClassName
{
color: #86750B;
}
.AnyTagClassName
{
color: #86750B;
}
</style>
background-color css
<style>
a { background-color: #86750B; }
a { background-color: rgb(134,117,11); }
div.DivClassName
{
background-color: #86750B;
}
.BgClassName
{
background-color: #86750B;
}
</style>
border-color css
<style>
span { border-color: #86750B; }
span { border-color: rgb(134,117,11); }
td.TdClassName
{
border-color: #86750B;
}
.TagClassName
{
border-color: #86750B;
}
</style>