Shades of Olive #8E7C0C
Tints of Olive #8E7C0C
RGB
CMYK
RGB Variations
Color information
#8E7C0C (or 0x8E7C0C) is known color: Olive. HEX triplet: 8E, 7C and 0C. RGB value is (142,124,12). Sum of RGB (Red+Green+Blue) = 142+124+12=278 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.08% from 278); Green value is 124 (48.83% from 255 or 44.60% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7C0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7C0C is #7183F3. Grayscale: #757575. Windows color (decimal): -7439348 or 818318. OLE color: 818318.
HSL color Cylindrical-coordinate representation of color #8E7C0C: hue angle of 51.69º 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 #8E7C0C is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 124 | 12 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.44 |
| HSL | 51.69º | 0.84% | 0.3% | - |
| HSV(B) | 51.69º | 0.92% | 0.56% | - |
| XYZ | 18.43 | 20.19 | 3.27 | - |
| YUV | 116.61 | 68.96 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 124 | 12 | 0 | 0.13 | 0.92 | 0.44 | 51.69 | 0.84 | 0.3 |
| Hex | 8E | 7C | C | 0 | D | 5C | 2C | 34 | 54 | 1E |
| Octal | 216 | 174 | 14 | 0 | 15 | 134 | 54 | 64 | 124 | 36 |
| Binary | 10001110 | 1111100 | 1100 | 0 | 1101 | 1011100 | 101100 | 110100 | 1010100 | 11110 |
Color Harmonies of #8E7C0C
Complementary color
Monochromatic Colors of #8E7C0C
Black with #8E7C0C
Text Example
Text Example
White with #8E7C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7C0C; }
p { color: rgb(142,124,12); }
H1.HeaderClassName
{
color: #8E7C0C;
}
.AnyTagClassName
{
color: #8E7C0C;
}
</style>
background-color css
<style>
a { background-color: #8E7C0C; }
a { background-color: rgb(142,124,12); }
div.DivClassName
{
background-color: #8E7C0C;
}
.BgClassName
{
background-color: #8E7C0C;
}
</style>
border-color css
<style>
span { border-color: #8E7C0C; }
span { border-color: rgb(142,124,12); }
td.TdClassName
{
border-color: #8E7C0C;
}
.TagClassName
{
border-color: #8E7C0C;
}
</style>