Shades of Olive #8E8A07
Tints of Olive #8E8A07
RGB
CMYK
RGB Variations
Color information
#8E8A07 (or 0x8E8A07) is known color: Olive. HEX triplet: 8E, 8A and 07. RGB value is (142,138,7). Sum of RGB (Red+Green+Blue) = 142+138+7=287 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.48% from 287); Green value is 138 (54.30% from 255 or 48.08% from 287); Blue value is 7 (3.12% from 255 or 2.44% from 287); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8A07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E8A07 is #7175F8. Grayscale: #7C7C7C. Windows color (decimal): -7435769 or 494222. OLE color: 494222.
HSL color Cylindrical-coordinate representation of color #8E8A07: hue angle of 58.22º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8E8A07 is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 138 | 7 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.44 |
| HSL | 58.22º | 0.91% | 0.29% | - |
| HSV(B) | 58.22º | 0.95% | 0.56% | - |
| XYZ | 20.28 | 23.94 | 3.75 | - |
| YUV | 124.26 | 61.83 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 138 | 7 | 0 | 0.03 | 0.95 | 0.44 | 58.22 | 0.91 | 0.29 |
| Hex | 8E | 8A | 7 | 0 | 3 | 5F | 2C | 3A | 5B | 1D |
| Octal | 216 | 212 | 7 | 0 | 3 | 137 | 54 | 72 | 133 | 35 |
| Binary | 10001110 | 10001010 | 111 | 0 | 11 | 1011111 | 101100 | 111010 | 1011011 | 11101 |
Color Harmonies of #8E8A07
Complementary color
Monochromatic Colors of #8E8A07
Black with #8E8A07
Text Example
Text Example
White with #8E8A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8A07; }
p { color: rgb(142,138,7); }
H1.HeaderClassName
{
color: #8E8A07;
}
.AnyTagClassName
{
color: #8E8A07;
}
</style>
background-color css
<style>
a { background-color: #8E8A07; }
a { background-color: rgb(142,138,7); }
div.DivClassName
{
background-color: #8E8A07;
}
.BgClassName
{
background-color: #8E8A07;
}
</style>
border-color css
<style>
span { border-color: #8E8A07; }
span { border-color: rgb(142,138,7); }
td.TdClassName
{
border-color: #8E8A07;
}
.TagClassName
{
border-color: #8E8A07;
}
</style>