Shades of Olive #8D7E11
Tints of Olive #8D7E11
RGB
CMYK
RGB Variations
Color information
#8D7E11 (or 0x8D7E11) is known color: Olive. HEX triplet: 8D, 7E and 11. RGB value is (141,126,17). Sum of RGB (Red+Green+Blue) = 141+126+17=284 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.65% from 284); Green value is 126 (49.61% from 255 or 44.37% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D7E11 is #7281EE. Grayscale: #767676. Windows color (decimal): -7504367 or 1146509. OLE color: 1146509.
HSL color Cylindrical-coordinate representation of color #8D7E11: hue angle of 52.74º 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 #8D7E11 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 126 | 17 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.45 |
| HSL | 52.74º | 0.78% | 0.31% | - |
| HSV(B) | 52.74º | 0.88% | 0.55% | - |
| XYZ | 18.55 | 20.62 | 3.53 | - |
| YUV | 118.06 | 70.97 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 126 | 17 | 0 | 0.11 | 0.88 | 0.45 | 52.74 | 0.78 | 0.31 |
| Hex | 8D | 7E | 11 | 0 | B | 58 | 2D | 35 | 4E | 1F |
| Octal | 215 | 176 | 21 | 0 | 13 | 130 | 55 | 65 | 116 | 37 |
| Binary | 10001101 | 1111110 | 10001 | 0 | 1011 | 1011000 | 101101 | 110101 | 1001110 | 11111 |
Color Harmonies of #8D7E11
Complementary color
Monochromatic Colors of #8D7E11
Black with #8D7E11
Text Example
Text Example
White with #8D7E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7E11; }
p { color: rgb(141,126,17); }
H1.HeaderClassName
{
color: #8D7E11;
}
.AnyTagClassName
{
color: #8D7E11;
}
</style>
background-color css
<style>
a { background-color: #8D7E11; }
a { background-color: rgb(141,126,17); }
div.DivClassName
{
background-color: #8D7E11;
}
.BgClassName
{
background-color: #8D7E11;
}
</style>
border-color css
<style>
span { border-color: #8D7E11; }
span { border-color: rgb(141,126,17); }
td.TdClassName
{
border-color: #8D7E11;
}
.TagClassName
{
border-color: #8D7E11;
}
</style>