Shades of Olive Drab #6D8810
Tints of Olive Drab #6D8810
RGB
CMYK
RGB Variations
Color information
#6D8810 (or 0x6D8810) is known color: Olive Drab. HEX triplet: 6D, 88 and 10. RGB value is (109,136,16). Sum of RGB (Red+Green+Blue) = 109+136+16=261 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.76% from 261); Green value is 136 (53.52% from 255 or 52.11% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 136 - color contains mainly: green. Hex color #6D8810 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8810 is #9277EF. Grayscale: #727272. Windows color (decimal): -9598960 or 1083501. OLE color: 1083501.
HSL color Cylindrical-coordinate representation of color #6D8810: hue angle of 73.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D8810 is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 136 | 16 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.47 |
| HSL | 73.5º | 0.79% | 0.3% | - |
| HSV(B) | 73.5º | 0.88% | 0.53% | - |
| XYZ | 15.2 | 20.9 | 3.72 | - |
| YUV | 114.25 | 72.55 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 136 | 16 | 0.20 | 0 | 0.88 | 0.47 | 73.5 | 0.79 | 0.3 |
| Hex | 6D | 88 | 10 | 14 | 0 | 58 | 2F | 4A | 4F | 1E |
| Octal | 155 | 210 | 20 | 24 | 0 | 130 | 57 | 112 | 117 | 36 |
| Binary | 1101101 | 10001000 | 10000 | 10100 | 0 | 1011000 | 101111 | 1001010 | 1001111 | 11110 |
Color Harmonies of #6D8810
Complementary color
Monochromatic Colors of #6D8810
Black with #6D8810
Text Example
Text Example
White with #6D8810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8810; }
p { color: rgb(109,136,16); }
H1.HeaderClassName
{
color: #6D8810;
}
.AnyTagClassName
{
color: #6D8810;
}
</style>
background-color css
<style>
a { background-color: #6D8810; }
a { background-color: rgb(109,136,16); }
div.DivClassName
{
background-color: #6D8810;
}
.BgClassName
{
background-color: #6D8810;
}
</style>
border-color css
<style>
span { border-color: #6D8810; }
span { border-color: rgb(109,136,16); }
td.TdClassName
{
border-color: #6D8810;
}
.TagClassName
{
border-color: #6D8810;
}
</style>