Shades of Olive #8C800E
Tints of Olive #8C800E
RGB
CMYK
RGB Variations
Color information
#8C800E (or 0x8C800E) is known color: Olive. HEX triplet: 8C, 80 and 0E. RGB value is (140,128,14). Sum of RGB (Red+Green+Blue) = 140+128+14=282 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.65% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 140 - color contains mainly: red. Hex color #8C800E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C800E is #737FF1. Grayscale: #777777. Windows color (decimal): -7569394 or 950412. OLE color: 950412.
HSL color Cylindrical-coordinate representation of color #8C800E: hue angle of 54.29º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C800E is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 128 | 14 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.45 |
| HSL | 54.29º | 0.82% | 0.3% | - |
| HSV(B) | 54.29º | 0.9% | 0.55% | - |
| XYZ | 18.61 | 21.05 | 3.5 | - |
| YUV | 118.59 | 68.98 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 128 | 14 | 0 | 0.09 | 0.90 | 0.45 | 54.29 | 0.82 | 0.3 |
| Hex | 8C | 80 | E | 0 | 9 | 5A | 2D | 36 | 52 | 1E |
| Octal | 214 | 200 | 16 | 0 | 11 | 132 | 55 | 66 | 122 | 36 |
| Binary | 10001100 | 10000000 | 1110 | 0 | 1001 | 1011010 | 101101 | 110110 | 1010010 | 11110 |
Color Harmonies of #8C800E
Complementary color
Monochromatic Colors of #8C800E
Black with #8C800E
Text Example
Text Example
White with #8C800E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C800E; }
p { color: rgb(140,128,14); }
H1.HeaderClassName
{
color: #8C800E;
}
.AnyTagClassName
{
color: #8C800E;
}
</style>
background-color css
<style>
a { background-color: #8C800E; }
a { background-color: rgb(140,128,14); }
div.DivClassName
{
background-color: #8C800E;
}
.BgClassName
{
background-color: #8C800E;
}
</style>
border-color css
<style>
span { border-color: #8C800E; }
span { border-color: rgb(140,128,14); }
td.TdClassName
{
border-color: #8C800E;
}
.TagClassName
{
border-color: #8C800E;
}
</style>