Shades of Olive Drab #6D861E
Tints of Olive Drab #6D861E
RGB
CMYK
RGB Variations
Color information
#6D861E (or 0x6D861E) is known color: Olive Drab. HEX triplet: 6D, 86 and 1E. RGB value is (109,134,30). Sum of RGB (Red+Green+Blue) = 109+134+30=273 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.93% from 273); Green value is 134 (52.73% from 255 or 49.08% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 134 - color contains mainly: green. Hex color #6D861E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D861E is #9279E1. Grayscale: #737373. Windows color (decimal): -9599458 or 2000493. OLE color: 2000493.
HSL color Cylindrical-coordinate representation of color #6D861E: hue angle of 74.42º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6D861E is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 134 | 30 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.47 |
| HSL | 74.42º | 0.63% | 0.32% | - |
| HSV(B) | 74.42º | 0.78% | 0.53% | - |
| XYZ | 15.07 | 20.4 | 4.37 | - |
| YUV | 114.67 | 80.22 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 134 | 30 | 0.19 | 0 | 0.78 | 0.47 | 74.42 | 0.63 | 0.32 |
| Hex | 6D | 86 | 1E | 13 | 0 | 4E | 2F | 4A | 3F | 20 |
| Octal | 155 | 206 | 36 | 23 | 0 | 116 | 57 | 112 | 77 | 40 |
| Binary | 1101101 | 10000110 | 11110 | 10011 | 0 | 1001110 | 101111 | 1001010 | 111111 | 100000 |
Color Harmonies of #6D861E
Complementary color
Monochromatic Colors of #6D861E
Black with #6D861E
Text Example
Text Example
White with #6D861E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D861E; }
p { color: rgb(109,134,30); }
H1.HeaderClassName
{
color: #6D861E;
}
.AnyTagClassName
{
color: #6D861E;
}
</style>
background-color css
<style>
a { background-color: #6D861E; }
a { background-color: rgb(109,134,30); }
div.DivClassName
{
background-color: #6D861E;
}
.BgClassName
{
background-color: #6D861E;
}
</style>
border-color css
<style>
span { border-color: #6D861E; }
span { border-color: rgb(109,134,30); }
td.TdClassName
{
border-color: #6D861E;
}
.TagClassName
{
border-color: #6D861E;
}
</style>