Shades of Olive #8E820B
Tints of Olive #8E820B
RGB
CMYK
RGB Variations
Color information
#8E820B (or 0x8E820B) is known color: Olive. HEX triplet: 8E, 82 and 0B. RGB value is (142,130,11). Sum of RGB (Red+Green+Blue) = 142+130+11=283 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.18% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 142 - color contains mainly: red. Hex color #8E820B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E820B is #717DF4. Grayscale: #787878. Windows color (decimal): -7437813 or 754318. OLE color: 754318.
HSL color Cylindrical-coordinate representation of color #8E820B: hue angle of 54.5º 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 #8E820B is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 130 | 11 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.44 |
| HSL | 54.5º | 0.86% | 0.3% | - |
| HSV(B) | 54.5º | 0.92% | 0.56% | - |
| XYZ | 19.2 | 21.74 | 3.5 | - |
| YUV | 120.02 | 66.48 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 130 | 11 | 0 | 0.08 | 0.92 | 0.44 | 54.5 | 0.86 | 0.3 |
| Hex | 8E | 82 | B | 0 | 8 | 5C | 2C | 37 | 56 | 1E |
| Octal | 216 | 202 | 13 | 0 | 10 | 134 | 54 | 67 | 126 | 36 |
| Binary | 10001110 | 10000010 | 1011 | 0 | 1000 | 1011100 | 101100 | 110111 | 1010110 | 11110 |
Color Harmonies of #8E820B
Complementary color
Monochromatic Colors of #8E820B
Black with #8E820B
Text Example
Text Example
White with #8E820B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E820B; }
p { color: rgb(142,130,11); }
H1.HeaderClassName
{
color: #8E820B;
}
.AnyTagClassName
{
color: #8E820B;
}
</style>
background-color css
<style>
a { background-color: #8E820B; }
a { background-color: rgb(142,130,11); }
div.DivClassName
{
background-color: #8E820B;
}
.BgClassName
{
background-color: #8E820B;
}
</style>
border-color css
<style>
span { border-color: #8E820B; }
span { border-color: rgb(142,130,11); }
td.TdClassName
{
border-color: #8E820B;
}
.TagClassName
{
border-color: #8E820B;
}
</style>