Shades of Olive Drab #6D860E
Tints of Olive Drab #6D860E
RGB
CMYK
RGB Variations
Color information
#6D860E (or 0x6D860E) is known color: Olive Drab. HEX triplet: 6D, 86 and 0E. RGB value is (109,134,14). Sum of RGB (Red+Green+Blue) = 109+134+14=257 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.41% from 257); Green value is 134 (52.73% from 255 or 52.14% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 134 - color contains mainly: green. Hex color #6D860E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D860E is #9279F1. Grayscale: #717171. Windows color (decimal): -9599474 or 951917. OLE color: 951917.
HSL color Cylindrical-coordinate representation of color #6D860E: hue angle of 72.5º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D860E is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 134 | 14 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.47 |
| HSL | 72.5º | 0.81% | 0.29% | - |
| HSV(B) | 72.5º | 0.9% | 0.53% | - |
| XYZ | 14.91 | 20.33 | 3.55 | - |
| YUV | 112.85 | 72.22 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 134 | 14 | 0.19 | 0 | 0.90 | 0.47 | 72.5 | 0.81 | 0.29 |
| Hex | 6D | 86 | E | 13 | 0 | 5A | 2F | 48 | 51 | 1D |
| Octal | 155 | 206 | 16 | 23 | 0 | 132 | 57 | 110 | 121 | 35 |
| Binary | 1101101 | 10000110 | 1110 | 10011 | 0 | 1011010 | 101111 | 1001000 | 1010001 | 11101 |
Color Harmonies of #6D860E
Complementary color
Monochromatic Colors of #6D860E
Black with #6D860E
Text Example
Text Example
White with #6D860E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D860E; }
p { color: rgb(109,134,14); }
H1.HeaderClassName
{
color: #6D860E;
}
.AnyTagClassName
{
color: #6D860E;
}
</style>
background-color css
<style>
a { background-color: #6D860E; }
a { background-color: rgb(109,134,14); }
div.DivClassName
{
background-color: #6D860E;
}
.BgClassName
{
background-color: #6D860E;
}
</style>
border-color css
<style>
span { border-color: #6D860E; }
span { border-color: rgb(109,134,14); }
td.TdClassName
{
border-color: #6D860E;
}
.TagClassName
{
border-color: #6D860E;
}
</style>