Shades of Olive #8D810F
Tints of Olive #8D810F
RGB
CMYK
RGB Variations
Color information
#8D810F (or 0x8D810F) is known color: Olive. HEX triplet: 8D, 81 and 0F. RGB value is (141,129,15). Sum of RGB (Red+Green+Blue) = 141+129+15=285 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.47% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 141 - color contains mainly: red. Hex color #8D810F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D810F is #727EF0. Grayscale: #787878. Windows color (decimal): -7503601 or 1016205. OLE color: 1016205.
HSL color Cylindrical-coordinate representation of color #8D810F: hue angle of 54.29º 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 #8D810F is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 129 | 15 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.45 |
| HSL | 54.29º | 0.81% | 0.31% | - |
| HSV(B) | 54.29º | 0.89% | 0.55% | - |
| XYZ | 18.92 | 21.4 | 3.58 | - |
| YUV | 119.59 | 68.98 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 129 | 15 | 0 | 0.09 | 0.89 | 0.45 | 54.29 | 0.81 | 0.31 |
| Hex | 8D | 81 | F | 0 | 9 | 59 | 2D | 36 | 51 | 1F |
| Octal | 215 | 201 | 17 | 0 | 11 | 131 | 55 | 66 | 121 | 37 |
| Binary | 10001101 | 10000001 | 1111 | 0 | 1001 | 1011001 | 101101 | 110110 | 1010001 | 11111 |
Color Harmonies of #8D810F
Complementary color
Monochromatic Colors of #8D810F
Black with #8D810F
Text Example
Text Example
White with #8D810F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D810F; }
p { color: rgb(141,129,15); }
H1.HeaderClassName
{
color: #8D810F;
}
.AnyTagClassName
{
color: #8D810F;
}
</style>
background-color css
<style>
a { background-color: #8D810F; }
a { background-color: rgb(141,129,15); }
div.DivClassName
{
background-color: #8D810F;
}
.BgClassName
{
background-color: #8D810F;
}
</style>
border-color css
<style>
span { border-color: #8D810F; }
span { border-color: rgb(141,129,15); }
td.TdClassName
{
border-color: #8D810F;
}
.TagClassName
{
border-color: #8D810F;
}
</style>