Shades of Olive #8E880D
Tints of Olive #8E880D
RGB
CMYK
RGB Variations
Color information
#8E880D (or 0x8E880D) is known color: Olive. HEX triplet: 8E, 88 and 0D. RGB value is (142,136,13). Sum of RGB (Red+Green+Blue) = 142+136+13=291 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.80% from 291); Green value is 136 (53.52% from 255 or 46.74% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 142 - color contains mainly: red. Hex color #8E880D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E880D is #7177F2. Grayscale: #7C7C7C. Windows color (decimal): -7436275 or 886926. OLE color: 886926.
HSL color Cylindrical-coordinate representation of color #8E880D: hue angle of 57.21º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8E880D is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 136 | 13 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.44 |
| HSL | 57.21º | 0.83% | 0.3% | - |
| HSV(B) | 57.21º | 0.91% | 0.56% | - |
| XYZ | 20.03 | 23.39 | 3.84 | - |
| YUV | 123.77 | 65.49 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 136 | 13 | 0 | 0.04 | 0.91 | 0.44 | 57.21 | 0.83 | 0.3 |
| Hex | 8E | 88 | D | 0 | 4 | 5B | 2C | 39 | 53 | 1E |
| Octal | 216 | 210 | 15 | 0 | 4 | 133 | 54 | 71 | 123 | 36 |
| Binary | 10001110 | 10001000 | 1101 | 0 | 100 | 1011011 | 101100 | 111001 | 1010011 | 11110 |
Color Harmonies of #8E880D
Complementary color
Monochromatic Colors of #8E880D
Black with #8E880D
Text Example
Text Example
White with #8E880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E880D; }
p { color: rgb(142,136,13); }
H1.HeaderClassName
{
color: #8E880D;
}
.AnyTagClassName
{
color: #8E880D;
}
</style>
background-color css
<style>
a { background-color: #8E880D; }
a { background-color: rgb(142,136,13); }
div.DivClassName
{
background-color: #8E880D;
}
.BgClassName
{
background-color: #8E880D;
}
</style>
border-color css
<style>
span { border-color: #8E880D; }
span { border-color: rgb(142,136,13); }
td.TdClassName
{
border-color: #8E880D;
}
.TagClassName
{
border-color: #8E880D;
}
</style>