Shades of Olive #8E800C
Tints of Olive #8E800C
RGB
CMYK
RGB Variations
Color information
#8E800C (or 0x8E800C) is known color: Olive. HEX triplet: 8E, 80 and 0C. RGB value is (142,128,12). Sum of RGB (Red+Green+Blue) = 142+128+12=282 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.35% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 142 - color contains mainly: red. Hex color #8E800C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E800C is #717FF3. Grayscale: #777777. Windows color (decimal): -7438324 or 819342. OLE color: 819342.
HSL color Cylindrical-coordinate representation of color #8E800C: hue angle of 53.54º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E800C is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 128 | 12 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.44 |
| HSL | 53.54º | 0.84% | 0.3% | - |
| HSV(B) | 53.54º | 0.92% | 0.56% | - |
| XYZ | 18.94 | 21.22 | 3.44 | - |
| YUV | 118.96 | 67.64 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 128 | 12 | 0 | 0.10 | 0.92 | 0.44 | 53.54 | 0.84 | 0.3 |
| Hex | 8E | 80 | C | 0 | A | 5C | 2C | 36 | 54 | 1E |
| Octal | 216 | 200 | 14 | 0 | 12 | 134 | 54 | 66 | 124 | 36 |
| Binary | 10001110 | 10000000 | 1100 | 0 | 1010 | 1011100 | 101100 | 110110 | 1010100 | 11110 |
Color Harmonies of #8E800C
Complementary color
Monochromatic Colors of #8E800C
Black with #8E800C
Text Example
Text Example
White with #8E800C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E800C; }
p { color: rgb(142,128,12); }
H1.HeaderClassName
{
color: #8E800C;
}
.AnyTagClassName
{
color: #8E800C;
}
</style>
background-color css
<style>
a { background-color: #8E800C; }
a { background-color: rgb(142,128,12); }
div.DivClassName
{
background-color: #8E800C;
}
.BgClassName
{
background-color: #8E800C;
}
</style>
border-color css
<style>
span { border-color: #8E800C; }
span { border-color: rgb(142,128,12); }
td.TdClassName
{
border-color: #8E800C;
}
.TagClassName
{
border-color: #8E800C;
}
</style>