Shades of Olive #8E8304
Tints of Olive #8E8304
RGB
CMYK
RGB Variations
Color information
#8E8304 (or 0x8E8304) is known color: Olive. HEX triplet: 8E, 83 and 04. RGB value is (142,131,4). Sum of RGB (Red+Green+Blue) = 142+131+4=277 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.26% from 277); Green value is 131 (51.56% from 255 or 47.29% from 277); Blue value is 4 (1.95% from 255 or 1.44% from 277); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8304 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E8304 is #717CFB. Grayscale: #787878. Windows color (decimal): -7437564 or 295822. OLE color: 295822.
HSL color Cylindrical-coordinate representation of color #8E8304: hue angle of 55.22º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E8304 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 131 | 4 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.44 |
| HSL | 55.22º | 0.95% | 0.29% | - |
| HSV(B) | 55.22º | 0.97% | 0.56% | - |
| XYZ | 19.29 | 21.99 | 3.34 | - |
| YUV | 119.81 | 62.64 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 131 | 4 | 0 | 0.08 | 0.97 | 0.44 | 55.22 | 0.95 | 0.29 |
| Hex | 8E | 83 | 4 | 0 | 8 | 61 | 2C | 37 | 5F | 1D |
| Octal | 216 | 203 | 4 | 0 | 10 | 141 | 54 | 67 | 137 | 35 |
| Binary | 10001110 | 10000011 | 100 | 0 | 1000 | 1100001 | 101100 | 110111 | 1011111 | 11101 |
Color Harmonies of #8E8304
Complementary color
Monochromatic Colors of #8E8304
Black with #8E8304
Text Example
Text Example
White with #8E8304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8304; }
p { color: rgb(142,131,4); }
H1.HeaderClassName
{
color: #8E8304;
}
.AnyTagClassName
{
color: #8E8304;
}
</style>
background-color css
<style>
a { background-color: #8E8304; }
a { background-color: rgb(142,131,4); }
div.DivClassName
{
background-color: #8E8304;
}
.BgClassName
{
background-color: #8E8304;
}
</style>
border-color css
<style>
span { border-color: #8E8304; }
span { border-color: rgb(142,131,4); }
td.TdClassName
{
border-color: #8E8304;
}
.TagClassName
{
border-color: #8E8304;
}
</style>