Shades of Olive #8D8400
Tints of Olive #8D8400
RGB
CMYK
RGB Variations
Color information
#8D8400 (or 0x8D8400) is known color: Olive. HEX triplet: 8D, 84 and 00. RGB value is (141,132,0). Sum of RGB (Red+Green+Blue) = 141+132+0=273 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.65% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8400 is #727BFF. Grayscale: #787878. Windows color (decimal): -7502848 or 33933. OLE color: 33933.
HSL color Cylindrical-coordinate representation of color #8D8400: hue angle of 56.17º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D8400 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 132 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.45 |
| HSL | 56.17º | 1% | 0.28% | - |
| HSV(B) | 56.17º | 1% | 0.55% | - |
| XYZ | 19.24 | 22.17 | 3.26 | - |
| YUV | 119.64 | 60.48 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 132 | 0 | 0 | 0.06 | 1 | 0.45 | 56.17 | 1 | 0.28 |
| Hex | 8D | 84 | 0 | 0 | 6 | 64 | 2D | 38 | 64 | 1C |
| Octal | 215 | 204 | 0 | 0 | 6 | 144 | 55 | 70 | 144 | 34 |
| Binary | 10001101 | 10000100 | 0 | 0 | 110 | 1100100 | 101101 | 111000 | 1100100 | 11100 |
Color Harmonies of #8D8400
Complementary color
Monochromatic Colors of #8D8400
Black with #8D8400
Text Example
Text Example
White with #8D8400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8400; }
p { color: rgb(141,132,0); }
H1.HeaderClassName
{
color: #8D8400;
}
.AnyTagClassName
{
color: #8D8400;
}
</style>
background-color css
<style>
a { background-color: #8D8400; }
a { background-color: rgb(141,132,0); }
div.DivClassName
{
background-color: #8D8400;
}
.BgClassName
{
background-color: #8D8400;
}
</style>
border-color css
<style>
span { border-color: #8D8400; }
span { border-color: rgb(141,132,0); }
td.TdClassName
{
border-color: #8D8400;
}
.TagClassName
{
border-color: #8D8400;
}
</style>