Shades of Olive #8E810C
Tints of Olive #8E810C
RGB
CMYK
RGB Variations
Color information
#8E810C (or 0x8E810C) is known color: Olive. HEX triplet: 8E, 81 and 0C. RGB value is (142,129,12). Sum of RGB (Red+Green+Blue) = 142+129+12=283 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.18% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 142 - color contains mainly: red. Hex color #8E810C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E810C is #717EF3. Grayscale: #787878. Windows color (decimal): -7438068 or 819598. OLE color: 819598.
HSL color Cylindrical-coordinate representation of color #8E810C: hue angle of 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 #8E810C is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 129 | 12 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.44 |
| HSL | 54º | 0.84% | 0.3% | - |
| HSV(B) | 54º | 0.92% | 0.56% | - |
| XYZ | 19.07 | 21.48 | 3.49 | - |
| YUV | 119.55 | 67.31 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 129 | 12 | 0 | 0.09 | 0.92 | 0.44 | 54 | 0.84 | 0.3 |
| Hex | 8E | 81 | C | 0 | 9 | 5C | 2C | 36 | 54 | 1E |
| Octal | 216 | 201 | 14 | 0 | 11 | 134 | 54 | 66 | 124 | 36 |
| Binary | 10001110 | 10000001 | 1100 | 0 | 1001 | 1011100 | 101100 | 110110 | 1010100 | 11110 |
Color Harmonies of #8E810C
Complementary color
Monochromatic Colors of #8E810C
Black with #8E810C
Text Example
Text Example
White with #8E810C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E810C; }
p { color: rgb(142,129,12); }
H1.HeaderClassName
{
color: #8E810C;
}
.AnyTagClassName
{
color: #8E810C;
}
</style>
background-color css
<style>
a { background-color: #8E810C; }
a { background-color: rgb(142,129,12); }
div.DivClassName
{
background-color: #8E810C;
}
.BgClassName
{
background-color: #8E810C;
}
</style>
border-color css
<style>
span { border-color: #8E810C; }
span { border-color: rgb(142,129,12); }
td.TdClassName
{
border-color: #8E810C;
}
.TagClassName
{
border-color: #8E810C;
}
</style>