Shades of Olive #8C8711
Tints of Olive #8C8711
RGB
CMYK
RGB Variations
Color information
#8C8711 (or 0x8C8711) is known color: Olive. HEX triplet: 8C, 87 and 11. RGB value is (140,135,17). Sum of RGB (Red+Green+Blue) = 140+135+17=292 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.95% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 17 (7.03% from 255 or 5.82% from 292); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8711 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8711 is #7378EE. Grayscale: #7B7B7B. Windows color (decimal): -7567599 or 1148812. OLE color: 1148812.
HSL color Cylindrical-coordinate representation of color #8C8711: hue angle of 57.56º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C8711 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 135 | 17 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.45 |
| HSL | 57.56º | 0.78% | 0.31% | - |
| HSV(B) | 57.56º | 0.88% | 0.55% | - |
| XYZ | 19.58 | 22.94 | 3.93 | - |
| YUV | 123.04 | 68.16 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 135 | 17 | 0 | 0.04 | 0.88 | 0.45 | 57.56 | 0.78 | 0.31 |
| Hex | 8C | 87 | 11 | 0 | 4 | 58 | 2D | 3A | 4E | 1F |
| Octal | 214 | 207 | 21 | 0 | 4 | 130 | 55 | 72 | 116 | 37 |
| Binary | 10001100 | 10000111 | 10001 | 0 | 100 | 1011000 | 101101 | 111010 | 1001110 | 11111 |
Color Harmonies of #8C8711
Complementary color
Monochromatic Colors of #8C8711
Black with #8C8711
Text Example
Text Example
White with #8C8711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8711; }
p { color: rgb(140,135,17); }
H1.HeaderClassName
{
color: #8C8711;
}
.AnyTagClassName
{
color: #8C8711;
}
</style>
background-color css
<style>
a { background-color: #8C8711; }
a { background-color: rgb(140,135,17); }
div.DivClassName
{
background-color: #8C8711;
}
.BgClassName
{
background-color: #8C8711;
}
</style>
border-color css
<style>
span { border-color: #8C8711; }
span { border-color: rgb(140,135,17); }
td.TdClassName
{
border-color: #8C8711;
}
.TagClassName
{
border-color: #8C8711;
}
</style>