Shades of Olive #8C860C
Tints of Olive #8C860C
RGB
CMYK
RGB Variations
Color information
#8C860C (or 0x8C860C) is known color: Olive. HEX triplet: 8C, 86 and 0C. RGB value is (140,134,12). Sum of RGB (Red+Green+Blue) = 140+134+12=286 (37% of max value = 765). Red value is 140 (55.08% from 255 or 48.95% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 140 - color contains mainly: red. Hex color #8C860C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C860C is #7379F3. Grayscale: #7A7A7A. Windows color (decimal): -7567860 or 820876. OLE color: 820876.
HSL color Cylindrical-coordinate representation of color #8C860C: hue angle of 57.19º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C860C is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 134 | 12 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.45 |
| HSL | 57.19º | 0.84% | 0.3% | - |
| HSV(B) | 57.19º | 0.91% | 0.55% | - |
| XYZ | 19.41 | 22.65 | 3.7 | - |
| YUV | 121.89 | 65.99 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 134 | 12 | 0 | 0.04 | 0.91 | 0.45 | 57.19 | 0.84 | 0.3 |
| Hex | 8C | 86 | C | 0 | 4 | 5B | 2D | 39 | 54 | 1E |
| Octal | 214 | 206 | 14 | 0 | 4 | 133 | 55 | 71 | 124 | 36 |
| Binary | 10001100 | 10000110 | 1100 | 0 | 100 | 1011011 | 101101 | 111001 | 1010100 | 11110 |
Color Harmonies of #8C860C
Complementary color
Monochromatic Colors of #8C860C
Black with #8C860C
Text Example
Text Example
White with #8C860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C860C; }
p { color: rgb(140,134,12); }
H1.HeaderClassName
{
color: #8C860C;
}
.AnyTagClassName
{
color: #8C860C;
}
</style>
background-color css
<style>
a { background-color: #8C860C; }
a { background-color: rgb(140,134,12); }
div.DivClassName
{
background-color: #8C860C;
}
.BgClassName
{
background-color: #8C860C;
}
</style>
border-color css
<style>
span { border-color: #8C860C; }
span { border-color: rgb(140,134,12); }
td.TdClassName
{
border-color: #8C860C;
}
.TagClassName
{
border-color: #8C860C;
}
</style>