Shades of Olive #8E8309
Tints of Olive #8E8309
RGB
CMYK
RGB Variations
Color information
#8E8309 (or 0x8E8309) is known color: Olive. HEX triplet: 8E, 83 and 09. RGB value is (142,131,9). Sum of RGB (Red+Green+Blue) = 142+131+9=282 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.35% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 9 (3.91% from 255 or 3.19% from 282); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8309 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E8309 is #717CF6. Grayscale: #787878. Windows color (decimal): -7437559 or 623502. OLE color: 623502.
HSL color Cylindrical-coordinate representation of color #8E8309: hue angle of 55.04º 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 #8E8309 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 131 | 9 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.44 |
| HSL | 55.04º | 0.88% | 0.3% | - |
| HSV(B) | 55.04º | 0.94% | 0.56% | - |
| XYZ | 19.32 | 22 | 3.49 | - |
| YUV | 120.38 | 65.14 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 131 | 9 | 0 | 0.08 | 0.94 | 0.44 | 55.04 | 0.88 | 0.3 |
| Hex | 8E | 83 | 9 | 0 | 8 | 5E | 2C | 37 | 58 | 1E |
| Octal | 216 | 203 | 11 | 0 | 10 | 136 | 54 | 67 | 130 | 36 |
| Binary | 10001110 | 10000011 | 1001 | 0 | 1000 | 1011110 | 101100 | 110111 | 1011000 | 11110 |
Color Harmonies of #8E8309
Complementary color
Monochromatic Colors of #8E8309
Black with #8E8309
Text Example
Text Example
White with #8E8309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8309; }
p { color: rgb(142,131,9); }
H1.HeaderClassName
{
color: #8E8309;
}
.AnyTagClassName
{
color: #8E8309;
}
</style>
background-color css
<style>
a { background-color: #8E8309; }
a { background-color: rgb(142,131,9); }
div.DivClassName
{
background-color: #8E8309;
}
.BgClassName
{
background-color: #8E8309;
}
</style>
border-color css
<style>
span { border-color: #8E8309; }
span { border-color: rgb(142,131,9); }
td.TdClassName
{
border-color: #8E8309;
}
.TagClassName
{
border-color: #8E8309;
}
</style>