Shades of Olive #867A12
Tints of Olive #867A12
RGB
CMYK
RGB Variations
Color information
#867A12 (or 0x867A12) is known color: Olive. HEX triplet: 86, 7A and 12. RGB value is (134,122,18). Sum of RGB (Red+Green+Blue) = 134+122+18=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 122 (48.05% from 255 or 44.53% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #867A12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867A12 is #7985ED. Grayscale: #727272. Windows color (decimal): -7964142 or 1211014. OLE color: 1211014.
HSL color Cylindrical-coordinate representation of color #867A12: hue angle of 53.79º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #867A12 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 122 | 18 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.47 |
| HSL | 53.79º | 0.76% | 0.3% | - |
| HSV(B) | 53.79º | 0.87% | 0.53% | - |
| XYZ | 16.9 | 19.03 | 3.35 | - |
| YUV | 113.73 | 73.98 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 122 | 18 | 0 | 0.09 | 0.87 | 0.47 | 53.79 | 0.76 | 0.3 |
| Hex | 86 | 7A | 12 | 0 | 9 | 57 | 2F | 36 | 4C | 1E |
| Octal | 206 | 172 | 22 | 0 | 11 | 127 | 57 | 66 | 114 | 36 |
| Binary | 10000110 | 1111010 | 10010 | 0 | 1001 | 1010111 | 101111 | 110110 | 1001100 | 11110 |
Color Harmonies of #867A12
Complementary color
Monochromatic Colors of #867A12
Black with #867A12
Text Example
Text Example
White with #867A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867A12; }
p { color: rgb(134,122,18); }
H1.HeaderClassName
{
color: #867A12;
}
.AnyTagClassName
{
color: #867A12;
}
</style>
background-color css
<style>
a { background-color: #867A12; }
a { background-color: rgb(134,122,18); }
div.DivClassName
{
background-color: #867A12;
}
.BgClassName
{
background-color: #867A12;
}
</style>
border-color css
<style>
span { border-color: #867A12; }
span { border-color: rgb(134,122,18); }
td.TdClassName
{
border-color: #867A12;
}
.TagClassName
{
border-color: #867A12;
}
</style>