Shades of Olive #8E8306
Tints of Olive #8E8306
RGB
CMYK
RGB Variations
Color information
#8E8306 (or 0x8E8306) is known color: Olive. HEX triplet: 8E, 83 and 06. RGB value is (142,131,6). Sum of RGB (Red+Green+Blue) = 142+131+6=279 (36% of max value = 765). Red value is 142 (55.86% from 255 or 50.90% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 6 (2.73% from 255 or 2.15% from 279); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8306 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E8306 is #717CF9. Grayscale: #787878. Windows color (decimal): -7437562 or 426894. OLE color: 426894.
HSL color Cylindrical-coordinate representation of color #8E8306: hue angle of 55.15º 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 #8E8306 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 131 | 6 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.44 |
| HSL | 55.15º | 0.92% | 0.29% | - |
| HSV(B) | 55.15º | 0.96% | 0.56% | - |
| XYZ | 19.3 | 22 | 3.4 | - |
| YUV | 120.04 | 63.64 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 131 | 6 | 0 | 0.08 | 0.96 | 0.44 | 55.15 | 0.92 | 0.29 |
| Hex | 8E | 83 | 6 | 0 | 8 | 60 | 2C | 37 | 5C | 1D |
| Octal | 216 | 203 | 6 | 0 | 10 | 140 | 54 | 67 | 134 | 35 |
| Binary | 10001110 | 10000011 | 110 | 0 | 1000 | 1100000 | 101100 | 110111 | 1011100 | 11101 |
Color Harmonies of #8E8306
Complementary color
Monochromatic Colors of #8E8306
Black with #8E8306
Text Example
Text Example
White with #8E8306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8306; }
p { color: rgb(142,131,6); }
H1.HeaderClassName
{
color: #8E8306;
}
.AnyTagClassName
{
color: #8E8306;
}
</style>
background-color css
<style>
a { background-color: #8E8306; }
a { background-color: rgb(142,131,6); }
div.DivClassName
{
background-color: #8E8306;
}
.BgClassName
{
background-color: #8E8306;
}
</style>
border-color css
<style>
span { border-color: #8E8306; }
span { border-color: rgb(142,131,6); }
td.TdClassName
{
border-color: #8E8306;
}
.TagClassName
{
border-color: #8E8306;
}
</style>