Shades of Olive #8E8504
Tints of Olive #8E8504
RGB
CMYK
RGB Variations
Color information
#8E8504 (or 0x8E8504) is known color: Olive. HEX triplet: 8E, 85 and 04. RGB value is (142,133,4). Sum of RGB (Red+Green+Blue) = 142+133+4=279 (36% of max value = 765). Red value is 142 (55.86% from 255 or 50.90% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 4 (1.95% from 255 or 1.43% from 279); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E8504 is #717AFB. Grayscale: #797979. Windows color (decimal): -7437052 or 296334. OLE color: 296334.
HSL color Cylindrical-coordinate representation of color #8E8504: hue angle of 56.09º 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 #8E8504 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 133 | 4 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.44 |
| HSL | 56.09º | 0.95% | 0.29% | - |
| HSV(B) | 56.09º | 0.97% | 0.56% | - |
| XYZ | 19.56 | 22.53 | 3.43 | - |
| YUV | 120.99 | 61.98 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 133 | 4 | 0 | 0.06 | 0.97 | 0.44 | 56.09 | 0.95 | 0.29 |
| Hex | 8E | 85 | 4 | 0 | 6 | 61 | 2C | 38 | 5F | 1D |
| Octal | 216 | 205 | 4 | 0 | 6 | 141 | 54 | 70 | 137 | 35 |
| Binary | 10001110 | 10000101 | 100 | 0 | 110 | 1100001 | 101100 | 111000 | 1011111 | 11101 |
Color Harmonies of #8E8504
Complementary color
Monochromatic Colors of #8E8504
Black with #8E8504
Text Example
Text Example
White with #8E8504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8504; }
p { color: rgb(142,133,4); }
H1.HeaderClassName
{
color: #8E8504;
}
.AnyTagClassName
{
color: #8E8504;
}
</style>
background-color css
<style>
a { background-color: #8E8504; }
a { background-color: rgb(142,133,4); }
div.DivClassName
{
background-color: #8E8504;
}
.BgClassName
{
background-color: #8E8504;
}
</style>
border-color css
<style>
span { border-color: #8E8504; }
span { border-color: rgb(142,133,4); }
td.TdClassName
{
border-color: #8E8504;
}
.TagClassName
{
border-color: #8E8504;
}
</style>