Shades of Olive #8E7A06
Tints of Olive #8E7A06
RGB
CMYK
RGB Variations
Color information
#8E7A06 (or 0x8E7A06) is known color: Olive. HEX triplet: 8E, 7A and 06. RGB value is (142,122,6). Sum of RGB (Red+Green+Blue) = 142+122+6=270 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.59% from 270); Green value is 122 (48.05% from 255 or 45.19% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7A06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7A06 is #7185F9. Grayscale: #737373. Windows color (decimal): -7439866 or 424590. OLE color: 424590.
HSL color Cylindrical-coordinate representation of color #8E7A06: hue angle of 51.18º degrees, saturation: 0.92, 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 #8E7A06 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 122 | 6 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.44 |
| HSL | 51.18º | 0.92% | 0.29% | - |
| HSV(B) | 51.18º | 0.96% | 0.56% | - |
| XYZ | 18.15 | 19.68 | 3.02 | - |
| YUV | 114.76 | 66.63 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 122 | 6 | 0 | 0.14 | 0.96 | 0.44 | 51.18 | 0.92 | 0.29 |
| Hex | 8E | 7A | 6 | 0 | E | 60 | 2C | 33 | 5C | 1D |
| Octal | 216 | 172 | 6 | 0 | 16 | 140 | 54 | 63 | 134 | 35 |
| Binary | 10001110 | 1111010 | 110 | 0 | 1110 | 1100000 | 101100 | 110011 | 1011100 | 11101 |
Color Harmonies of #8E7A06
Complementary color
Monochromatic Colors of #8E7A06
Black with #8E7A06
Text Example
Text Example
White with #8E7A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7A06; }
p { color: rgb(142,122,6); }
H1.HeaderClassName
{
color: #8E7A06;
}
.AnyTagClassName
{
color: #8E7A06;
}
</style>
background-color css
<style>
a { background-color: #8E7A06; }
a { background-color: rgb(142,122,6); }
div.DivClassName
{
background-color: #8E7A06;
}
.BgClassName
{
background-color: #8E7A06;
}
</style>
border-color css
<style>
span { border-color: #8E7A06; }
span { border-color: rgb(142,122,6); }
td.TdClassName
{
border-color: #8E7A06;
}
.TagClassName
{
border-color: #8E7A06;
}
</style>