Shades of Olive #8E7D05
Tints of Olive #8E7D05
RGB
CMYK
RGB Variations
Color information
#8E7D05 (or 0x8E7D05) is known color: Olive. HEX triplet: 8E, 7D and 05. RGB value is (142,125,5). Sum of RGB (Red+Green+Blue) = 142+125+5=272 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.21% from 272); Green value is 125 (49.22% from 255 or 45.96% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7D05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7D05 is #7182FA. Grayscale: #747474. Windows color (decimal): -7439099 or 359822. OLE color: 359822.
HSL color Cylindrical-coordinate representation of color #8E7D05: hue angle of 52.55º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E7D05 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 125 | 5 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.44 |
| HSL | 52.55º | 0.93% | 0.29% | - |
| HSV(B) | 52.55º | 0.96% | 0.56% | - |
| XYZ | 18.52 | 20.43 | 3.11 | - |
| YUV | 116.4 | 65.13 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 125 | 5 | 0 | 0.12 | 0.96 | 0.44 | 52.55 | 0.93 | 0.29 |
| Hex | 8E | 7D | 5 | 0 | C | 60 | 2C | 35 | 5D | 1D |
| Octal | 216 | 175 | 5 | 0 | 14 | 140 | 54 | 65 | 135 | 35 |
| Binary | 10001110 | 1111101 | 101 | 0 | 1100 | 1100000 | 101100 | 110101 | 1011101 | 11101 |
Color Harmonies of #8E7D05
Complementary color
Monochromatic Colors of #8E7D05
Black with #8E7D05
Text Example
Text Example
White with #8E7D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7D05; }
p { color: rgb(142,125,5); }
H1.HeaderClassName
{
color: #8E7D05;
}
.AnyTagClassName
{
color: #8E7D05;
}
</style>
background-color css
<style>
a { background-color: #8E7D05; }
a { background-color: rgb(142,125,5); }
div.DivClassName
{
background-color: #8E7D05;
}
.BgClassName
{
background-color: #8E7D05;
}
</style>
border-color css
<style>
span { border-color: #8E7D05; }
span { border-color: rgb(142,125,5); }
td.TdClassName
{
border-color: #8E7D05;
}
.TagClassName
{
border-color: #8E7D05;
}
</style>