Shades of Olive #8E7709
Tints of Olive #8E7709
RGB
CMYK
RGB Variations
Color information
#8E7709 (or 0x8E7709) is known color: Olive. HEX triplet: 8E, 77 and 09. RGB value is (142,119,9). Sum of RGB (Red+Green+Blue) = 142+119+9=270 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.59% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 9 (3.91% from 255 or 3.33% from 270); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7709 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7709 is #7188F6. Grayscale: #717171. Windows color (decimal): -7440631 or 620430. OLE color: 620430.
HSL color Cylindrical-coordinate representation of color #8E7709: hue angle of 49.62º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E7709 is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 119 | 9 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.44 |
| HSL | 49.62º | 0.88% | 0.3% | - |
| HSV(B) | 49.62º | 0.94% | 0.56% | - |
| XYZ | 17.8 | 18.96 | 2.98 | - |
| YUV | 113.34 | 69.12 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 119 | 9 | 0 | 0.16 | 0.94 | 0.44 | 49.62 | 0.88 | 0.3 |
| Hex | 8E | 77 | 9 | 0 | 10 | 5E | 2C | 32 | 58 | 1E |
| Octal | 216 | 167 | 11 | 0 | 20 | 136 | 54 | 62 | 130 | 36 |
| Binary | 10001110 | 1110111 | 1001 | 0 | 10000 | 1011110 | 101100 | 110010 | 1011000 | 11110 |
Color Harmonies of #8E7709
Complementary color
Monochromatic Colors of #8E7709
Black with #8E7709
Text Example
Text Example
White with #8E7709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7709; }
p { color: rgb(142,119,9); }
H1.HeaderClassName
{
color: #8E7709;
}
.AnyTagClassName
{
color: #8E7709;
}
</style>
background-color css
<style>
a { background-color: #8E7709; }
a { background-color: rgb(142,119,9); }
div.DivClassName
{
background-color: #8E7709;
}
.BgClassName
{
background-color: #8E7709;
}
</style>
border-color css
<style>
span { border-color: #8E7709; }
span { border-color: rgb(142,119,9); }
td.TdClassName
{
border-color: #8E7709;
}
.TagClassName
{
border-color: #8E7709;
}
</style>