Shades of Olive #8D8800
Tints of Olive #8D8800
RGB
CMYK
RGB Variations
Color information
#8D8800 (or 0x8D8800) is known color: Olive. HEX triplet: 8D, 88 and 00. RGB value is (141,136,0). Sum of RGB (Red+Green+Blue) = 141+136+0=277 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.90% from 277); Green value is 136 (53.52% from 255 or 49.10% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8800 is #7277FF. Grayscale: #7A7A7A. Windows color (decimal): -7501824 or 34957. OLE color: 34957.
HSL color Cylindrical-coordinate representation of color #8D8800: hue angle of 57.87º 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 #8D8800 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 136 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.45 |
| HSL | 57.87º | 1% | 0.28% | - |
| HSV(B) | 57.87º | 1% | 0.55% | - |
| XYZ | 19.79 | 23.27 | 3.45 | - |
| YUV | 121.99 | 59.16 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 136 | 0 | 0 | 0.04 | 1 | 0.45 | 57.87 | 1 | 0.28 |
| Hex | 8D | 88 | 0 | 0 | 4 | 64 | 2D | 3A | 64 | 1C |
| Octal | 215 | 210 | 0 | 0 | 4 | 144 | 55 | 72 | 144 | 34 |
| Binary | 10001101 | 10001000 | 0 | 0 | 100 | 1100100 | 101101 | 111010 | 1100100 | 11100 |
Color Harmonies of #8D8800
Complementary color
Monochromatic Colors of #8D8800
Black with #8D8800
Text Example
Text Example
White with #8D8800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8800; }
p { color: rgb(141,136,0); }
H1.HeaderClassName
{
color: #8D8800;
}
.AnyTagClassName
{
color: #8D8800;
}
</style>
background-color css
<style>
a { background-color: #8D8800; }
a { background-color: rgb(141,136,0); }
div.DivClassName
{
background-color: #8D8800;
}
.BgClassName
{
background-color: #8D8800;
}
</style>
border-color css
<style>
span { border-color: #8D8800; }
span { border-color: rgb(141,136,0); }
td.TdClassName
{
border-color: #8D8800;
}
.TagClassName
{
border-color: #8D8800;
}
</style>