Shades of Olive #8E790C
Tints of Olive #8E790C
RGB
CMYK
RGB Variations
Color information
#8E790C (or 0x8E790C) is known color: Olive. HEX triplet: 8E, 79 and 0C. RGB value is (142,121,12). Sum of RGB (Red+Green+Blue) = 142+121+12=275 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.64% from 275); Green value is 121 (47.66% from 255 or 44% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 142 - color contains mainly: red. Hex color #8E790C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E790C is #7186F3. Grayscale: #737373. Windows color (decimal): -7440116 or 817550. OLE color: 817550.
HSL color Cylindrical-coordinate representation of color #8E790C: hue angle of 50.31º 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 #8E790C is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 121 | 12 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.44 |
| HSL | 50.31º | 0.84% | 0.3% | - |
| HSV(B) | 50.31º | 0.92% | 0.56% | - |
| XYZ | 18.06 | 19.45 | 3.15 | - |
| YUV | 114.85 | 69.96 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 121 | 12 | 0 | 0.15 | 0.92 | 0.44 | 50.31 | 0.84 | 0.3 |
| Hex | 8E | 79 | C | 0 | F | 5C | 2C | 32 | 54 | 1E |
| Octal | 216 | 171 | 14 | 0 | 17 | 134 | 54 | 62 | 124 | 36 |
| Binary | 10001110 | 1111001 | 1100 | 0 | 1111 | 1011100 | 101100 | 110010 | 1010100 | 11110 |
Color Harmonies of #8E790C
Complementary color
Monochromatic Colors of #8E790C
Black with #8E790C
Text Example
Text Example
White with #8E790C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E790C; }
p { color: rgb(142,121,12); }
H1.HeaderClassName
{
color: #8E790C;
}
.AnyTagClassName
{
color: #8E790C;
}
</style>
background-color css
<style>
a { background-color: #8E790C; }
a { background-color: rgb(142,121,12); }
div.DivClassName
{
background-color: #8E790C;
}
.BgClassName
{
background-color: #8E790C;
}
</style>
border-color css
<style>
span { border-color: #8E790C; }
span { border-color: rgb(142,121,12); }
td.TdClassName
{
border-color: #8E790C;
}
.TagClassName
{
border-color: #8E790C;
}
</style>