Shades of Olive #8C860B
Tints of Olive #8C860B
RGB
CMYK
RGB Variations
Color information
#8C860B (or 0x8C860B) is known color: Olive. HEX triplet: 8C, 86 and 0B. RGB value is (140,134,11). Sum of RGB (Red+Green+Blue) = 140+134+11=285 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.12% from 285); Green value is 134 (52.73% from 255 or 47.02% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 140 - color contains mainly: red. Hex color #8C860B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C860B is #7379F4. Grayscale: #7A7A7A. Windows color (decimal): -7567861 or 755340. OLE color: 755340.
HSL color Cylindrical-coordinate representation of color #8C860B: hue angle of 57.21º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C860B is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 134 | 11 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.45 |
| HSL | 57.21º | 0.85% | 0.3% | - |
| HSV(B) | 57.21º | 0.92% | 0.55% | - |
| XYZ | 19.4 | 22.65 | 3.67 | - |
| YUV | 121.77 | 65.49 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 134 | 11 | 0 | 0.04 | 0.92 | 0.45 | 57.21 | 0.85 | 0.3 |
| Hex | 8C | 86 | B | 0 | 4 | 5C | 2D | 39 | 55 | 1E |
| Octal | 214 | 206 | 13 | 0 | 4 | 134 | 55 | 71 | 125 | 36 |
| Binary | 10001100 | 10000110 | 1011 | 0 | 100 | 1011100 | 101101 | 111001 | 1010101 | 11110 |
Color Harmonies of #8C860B
Complementary color
Monochromatic Colors of #8C860B
Black with #8C860B
Text Example
Text Example
White with #8C860B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C860B; }
p { color: rgb(140,134,11); }
H1.HeaderClassName
{
color: #8C860B;
}
.AnyTagClassName
{
color: #8C860B;
}
</style>
background-color css
<style>
a { background-color: #8C860B; }
a { background-color: rgb(140,134,11); }
div.DivClassName
{
background-color: #8C860B;
}
.BgClassName
{
background-color: #8C860B;
}
</style>
border-color css
<style>
span { border-color: #8C860B; }
span { border-color: rgb(140,134,11); }
td.TdClassName
{
border-color: #8C860B;
}
.TagClassName
{
border-color: #8C860B;
}
</style>