Shades of Olive #8D8409
Tints of Olive #8D8409
RGB
CMYK
RGB Variations
Color information
#8D8409 (or 0x8D8409) is known color: Olive. HEX triplet: 8D, 84 and 09. RGB value is (141,132,9). Sum of RGB (Red+Green+Blue) = 141+132+9=282 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 9 (3.91% from 255 or 3.19% from 282); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8409 is #727BF6. Grayscale: #797979. Windows color (decimal): -7502839 or 623757. OLE color: 623757.
HSL color Cylindrical-coordinate representation of color #8D8409: hue angle of 55.91º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D8409 is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 132 | 9 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.45 |
| HSL | 55.91º | 0.88% | 0.29% | - |
| HSV(B) | 55.91º | 0.94% | 0.55% | - |
| XYZ | 19.29 | 22.18 | 3.52 | - |
| YUV | 120.67 | 64.98 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 132 | 9 | 0 | 0.06 | 0.94 | 0.45 | 55.91 | 0.88 | 0.29 |
| Hex | 8D | 84 | 9 | 0 | 6 | 5E | 2D | 38 | 58 | 1D |
| Octal | 215 | 204 | 11 | 0 | 6 | 136 | 55 | 70 | 130 | 35 |
| Binary | 10001101 | 10000100 | 1001 | 0 | 110 | 1011110 | 101101 | 111000 | 1011000 | 11101 |
Color Harmonies of #8D8409
Complementary color
Monochromatic Colors of #8D8409
Black with #8D8409
Text Example
Text Example
White with #8D8409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8409; }
p { color: rgb(141,132,9); }
H1.HeaderClassName
{
color: #8D8409;
}
.AnyTagClassName
{
color: #8D8409;
}
</style>
background-color css
<style>
a { background-color: #8D8409; }
a { background-color: rgb(141,132,9); }
div.DivClassName
{
background-color: #8D8409;
}
.BgClassName
{
background-color: #8D8409;
}
</style>
border-color css
<style>
span { border-color: #8D8409; }
span { border-color: rgb(141,132,9); }
td.TdClassName
{
border-color: #8D8409;
}
.TagClassName
{
border-color: #8D8409;
}
</style>