Shades of Olive #8E830E
Tints of Olive #8E830E
RGB
CMYK
RGB Variations
Color information
#8E830E (or 0x8E830E) is known color: Olive. HEX triplet: 8E, 83 and 0E. RGB value is (142,131,14). Sum of RGB (Red+Green+Blue) = 142+131+14=287 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.48% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 14 (5.86% from 255 or 4.88% from 287); Max value from RGB is 142 - color contains mainly: red. Hex color #8E830E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E830E is #717CF1. Grayscale: #797979. Windows color (decimal): -7437554 or 951182. OLE color: 951182.
HSL color Cylindrical-coordinate representation of color #8E830E: hue angle of 54.84º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E830E is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 131 | 14 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.44 |
| HSL | 54.84º | 0.82% | 0.31% | - |
| HSV(B) | 54.84º | 0.9% | 0.56% | - |
| XYZ | 19.35 | 22.02 | 3.64 | - |
| YUV | 120.95 | 67.64 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 131 | 14 | 0 | 0.08 | 0.90 | 0.44 | 54.84 | 0.82 | 0.31 |
| Hex | 8E | 83 | E | 0 | 8 | 5A | 2C | 37 | 52 | 1F |
| Octal | 216 | 203 | 16 | 0 | 10 | 132 | 54 | 67 | 122 | 37 |
| Binary | 10001110 | 10000011 | 1110 | 0 | 1000 | 1011010 | 101100 | 110111 | 1010010 | 11111 |
Color Harmonies of #8E830E
Complementary color
Monochromatic Colors of #8E830E
Black with #8E830E
Text Example
Text Example
White with #8E830E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E830E; }
p { color: rgb(142,131,14); }
H1.HeaderClassName
{
color: #8E830E;
}
.AnyTagClassName
{
color: #8E830E;
}
</style>
background-color css
<style>
a { background-color: #8E830E; }
a { background-color: rgb(142,131,14); }
div.DivClassName
{
background-color: #8E830E;
}
.BgClassName
{
background-color: #8E830E;
}
</style>
border-color css
<style>
span { border-color: #8E830E; }
span { border-color: rgb(142,131,14); }
td.TdClassName
{
border-color: #8E830E;
}
.TagClassName
{
border-color: #8E830E;
}
</style>