Shades of Olive #8D850F
Tints of Olive #8D850F
RGB
CMYK
RGB Variations
Color information
#8D850F (or 0x8D850F) is known color: Olive. HEX triplet: 8D, 85 and 0F. RGB value is (141,133,15). Sum of RGB (Red+Green+Blue) = 141+133+15=289 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.79% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 141 - color contains mainly: red. Hex color #8D850F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D850F is #727AF0. Grayscale: #7A7A7A. Windows color (decimal): -7502577 or 1017229. OLE color: 1017229.
HSL color Cylindrical-coordinate representation of color #8D850F: hue angle of 56.19º degrees, saturation: 0.81, 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 #8D850F is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 133 | 15 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.45 |
| HSL | 56.19º | 0.81% | 0.31% | - |
| HSV(B) | 56.19º | 0.89% | 0.55% | - |
| XYZ | 19.46 | 22.47 | 3.76 | - |
| YUV | 121.94 | 67.65 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 133 | 15 | 0 | 0.06 | 0.89 | 0.45 | 56.19 | 0.81 | 0.31 |
| Hex | 8D | 85 | F | 0 | 6 | 59 | 2D | 38 | 51 | 1F |
| Octal | 215 | 205 | 17 | 0 | 6 | 131 | 55 | 70 | 121 | 37 |
| Binary | 10001101 | 10000101 | 1111 | 0 | 110 | 1011001 | 101101 | 111000 | 1010001 | 11111 |
Color Harmonies of #8D850F
Complementary color
Monochromatic Colors of #8D850F
Black with #8D850F
Text Example
Text Example
White with #8D850F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D850F; }
p { color: rgb(141,133,15); }
H1.HeaderClassName
{
color: #8D850F;
}
.AnyTagClassName
{
color: #8D850F;
}
</style>
background-color css
<style>
a { background-color: #8D850F; }
a { background-color: rgb(141,133,15); }
div.DivClassName
{
background-color: #8D850F;
}
.BgClassName
{
background-color: #8D850F;
}
</style>
border-color css
<style>
span { border-color: #8D850F; }
span { border-color: rgb(141,133,15); }
td.TdClassName
{
border-color: #8D850F;
}
.TagClassName
{
border-color: #8D850F;
}
</style>