Shades of Olive #8D8510
Tints of Olive #8D8510
RGB
CMYK
RGB Variations
Color information
#8D8510 (or 0x8D8510) is known color: Olive. HEX triplet: 8D, 85 and 10. RGB value is (141,133,16). Sum of RGB (Red+Green+Blue) = 141+133+16=290 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.62% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8510 is #727AEF. Grayscale: #7A7A7A. Windows color (decimal): -7502576 or 1082765. OLE color: 1082765.
HSL color Cylindrical-coordinate representation of color #8D8510: hue angle of 56.16º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D8510 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 133 | 16 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.45 |
| HSL | 56.16º | 0.8% | 0.31% | - |
| HSV(B) | 56.16º | 0.89% | 0.55% | - |
| XYZ | 19.47 | 22.48 | 3.8 | - |
| YUV | 122.05 | 68.15 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 133 | 16 | 0 | 0.06 | 0.89 | 0.45 | 56.16 | 0.8 | 0.31 |
| Hex | 8D | 85 | 10 | 0 | 6 | 59 | 2D | 38 | 50 | 1F |
| Octal | 215 | 205 | 20 | 0 | 6 | 131 | 55 | 70 | 120 | 37 |
| Binary | 10001101 | 10000101 | 10000 | 0 | 110 | 1011001 | 101101 | 111000 | 1010000 | 11111 |
Color Harmonies of #8D8510
Complementary color
Monochromatic Colors of #8D8510
Black with #8D8510
Text Example
Text Example
White with #8D8510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8510; }
p { color: rgb(141,133,16); }
H1.HeaderClassName
{
color: #8D8510;
}
.AnyTagClassName
{
color: #8D8510;
}
</style>
background-color css
<style>
a { background-color: #8D8510; }
a { background-color: rgb(141,133,16); }
div.DivClassName
{
background-color: #8D8510;
}
.BgClassName
{
background-color: #8D8510;
}
</style>
border-color css
<style>
span { border-color: #8D8510; }
span { border-color: rgb(141,133,16); }
td.TdClassName
{
border-color: #8D8510;
}
.TagClassName
{
border-color: #8D8510;
}
</style>