Shades of Olive #867A0A
Tints of Olive #867A0A
RGB
CMYK
RGB Variations
Color information
#867A0A (or 0x867A0A) is known color: Olive. HEX triplet: 86, 7A and 0A. RGB value is (134,122,10). Sum of RGB (Red+Green+Blue) = 134+122+10=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 122 (48.05% from 255 or 45.86% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #867A0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867A0A is #7985F5. Grayscale: #717171. Windows color (decimal): -7964150 or 686726. OLE color: 686726.
HSL color Cylindrical-coordinate representation of color #867A0A: hue angle of 54.19º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #867A0A is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 122 | 10 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.47 |
| HSL | 54.19º | 0.86% | 0.28% | - |
| HSV(B) | 54.19º | 0.93% | 0.53% | - |
| XYZ | 16.85 | 19.01 | 3.07 | - |
| YUV | 112.82 | 69.98 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 122 | 10 | 0 | 0.09 | 0.93 | 0.47 | 54.19 | 0.86 | 0.28 |
| Hex | 86 | 7A | A | 0 | 9 | 5D | 2F | 36 | 56 | 1C |
| Octal | 206 | 172 | 12 | 0 | 11 | 135 | 57 | 66 | 126 | 34 |
| Binary | 10000110 | 1111010 | 1010 | 0 | 1001 | 1011101 | 101111 | 110110 | 1010110 | 11100 |
Color Harmonies of #867A0A
Complementary color
Monochromatic Colors of #867A0A
Black with #867A0A
Text Example
Text Example
White with #867A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867A0A; }
p { color: rgb(134,122,10); }
H1.HeaderClassName
{
color: #867A0A;
}
.AnyTagClassName
{
color: #867A0A;
}
</style>
background-color css
<style>
a { background-color: #867A0A; }
a { background-color: rgb(134,122,10); }
div.DivClassName
{
background-color: #867A0A;
}
.BgClassName
{
background-color: #867A0A;
}
</style>
border-color css
<style>
span { border-color: #867A0A; }
span { border-color: rgb(134,122,10); }
td.TdClassName
{
border-color: #867A0A;
}
.TagClassName
{
border-color: #867A0A;
}
</style>