Shades of Olive #8E840B
Tints of Olive #8E840B
RGB
CMYK
RGB Variations
Color information
#8E840B (or 0x8E840B) is known color: Olive. HEX triplet: 8E, 84 and 0B. RGB value is (142,132,11). Sum of RGB (Red+Green+Blue) = 142+132+11=285 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.82% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 142 - color contains mainly: red. Hex color #8E840B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E840B is #717BF4. Grayscale: #797979. Windows color (decimal): -7437301 or 754830. OLE color: 754830.
HSL color Cylindrical-coordinate representation of color #8E840B: hue angle of 55.42º degrees, saturation: 0.86, 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 #8E840B is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 132 | 11 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.44 |
| HSL | 55.42º | 0.86% | 0.3% | - |
| HSV(B) | 55.42º | 0.92% | 0.56% | - |
| XYZ | 19.47 | 22.28 | 3.59 | - |
| YUV | 121.2 | 65.81 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 132 | 11 | 0 | 0.07 | 0.92 | 0.44 | 55.42 | 0.86 | 0.3 |
| Hex | 8E | 84 | B | 0 | 7 | 5C | 2C | 37 | 56 | 1E |
| Octal | 216 | 204 | 13 | 0 | 7 | 134 | 54 | 67 | 126 | 36 |
| Binary | 10001110 | 10000100 | 1011 | 0 | 111 | 1011100 | 101100 | 110111 | 1010110 | 11110 |
Color Harmonies of #8E840B
Complementary color
Monochromatic Colors of #8E840B
Black with #8E840B
Text Example
Text Example
White with #8E840B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E840B; }
p { color: rgb(142,132,11); }
H1.HeaderClassName
{
color: #8E840B;
}
.AnyTagClassName
{
color: #8E840B;
}
</style>
background-color css
<style>
a { background-color: #8E840B; }
a { background-color: rgb(142,132,11); }
div.DivClassName
{
background-color: #8E840B;
}
.BgClassName
{
background-color: #8E840B;
}
</style>
border-color css
<style>
span { border-color: #8E840B; }
span { border-color: rgb(142,132,11); }
td.TdClassName
{
border-color: #8E840B;
}
.TagClassName
{
border-color: #8E840B;
}
</style>