Shades of Olive #8D8711
Tints of Olive #8D8711
RGB
CMYK
RGB Variations
Color information
#8D8711 (or 0x8D8711) is known color: Olive. HEX triplet: 8D, 87 and 11. RGB value is (141,135,17). Sum of RGB (Red+Green+Blue) = 141+135+17=293 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.12% from 293); Green value is 135 (53.12% from 255 or 46.08% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8711 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8711 is #7278EE. Grayscale: #7B7B7B. Windows color (decimal): -7502063 or 1148813. OLE color: 1148813.
HSL color Cylindrical-coordinate representation of color #8D8711: hue angle of 57.1º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8D8711 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 135 | 17 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.45 |
| HSL | 57.1º | 0.78% | 0.31% | - |
| HSV(B) | 57.1º | 0.88% | 0.55% | - |
| XYZ | 19.75 | 23.03 | 3.93 | - |
| YUV | 123.34 | 67.99 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 135 | 17 | 0 | 0.04 | 0.88 | 0.45 | 57.1 | 0.78 | 0.31 |
| Hex | 8D | 87 | 11 | 0 | 4 | 58 | 2D | 39 | 4E | 1F |
| Octal | 215 | 207 | 21 | 0 | 4 | 130 | 55 | 71 | 116 | 37 |
| Binary | 10001101 | 10000111 | 10001 | 0 | 100 | 1011000 | 101101 | 111001 | 1001110 | 11111 |
Color Harmonies of #8D8711
Complementary color
Monochromatic Colors of #8D8711
Black with #8D8711
Text Example
Text Example
White with #8D8711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8711; }
p { color: rgb(141,135,17); }
H1.HeaderClassName
{
color: #8D8711;
}
.AnyTagClassName
{
color: #8D8711;
}
</style>
background-color css
<style>
a { background-color: #8D8711; }
a { background-color: rgb(141,135,17); }
div.DivClassName
{
background-color: #8D8711;
}
.BgClassName
{
background-color: #8D8711;
}
</style>
border-color css
<style>
span { border-color: #8D8711; }
span { border-color: rgb(141,135,17); }
td.TdClassName
{
border-color: #8D8711;
}
.TagClassName
{
border-color: #8D8711;
}
</style>