Shades of Olive Drab #6D8E15
Tints of Olive Drab #6D8E15
RGB
CMYK
RGB Variations
Color information
#6D8E15 (or 0x6D8E15) is known color: Olive Drab. HEX triplet: 6D, 8E and 15. RGB value is (109,142,21). Sum of RGB (Red+Green+Blue) = 109+142+21=272 (36% of max value = 765). Red value is 109 (42.97% from 255 or 40.07% from 272); Green value is 142 (55.86% from 255 or 52.21% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 142 - color contains mainly: green. Hex color #6D8E15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8E15 is #9271EA. Grayscale: #767676. Windows color (decimal): -9597419 or 1412717. OLE color: 1412717.
HSL color Cylindrical-coordinate representation of color #6D8E15: hue angle of 76.36º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D8E15 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 142 | 21 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.44 |
| HSL | 76.36º | 0.74% | 0.32% | - |
| HSV(B) | 76.36º | 0.85% | 0.56% | - |
| XYZ | 16.12 | 22.65 | 4.23 | - |
| YUV | 118.34 | 73.07 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 142 | 21 | 0.23 | 0 | 0.85 | 0.44 | 76.36 | 0.74 | 0.32 |
| Hex | 6D | 8E | 15 | 17 | 0 | 55 | 2C | 4C | 4A | 20 |
| Octal | 155 | 216 | 25 | 27 | 0 | 125 | 54 | 114 | 112 | 40 |
| Binary | 1101101 | 10001110 | 10101 | 10111 | 0 | 1010101 | 101100 | 1001100 | 1001010 | 100000 |
Color Harmonies of #6D8E15
Complementary color
Monochromatic Colors of #6D8E15
Black with #6D8E15
Text Example
Text Example
White with #6D8E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8E15; }
p { color: rgb(109,142,21); }
H1.HeaderClassName
{
color: #6D8E15;
}
.AnyTagClassName
{
color: #6D8E15;
}
</style>
background-color css
<style>
a { background-color: #6D8E15; }
a { background-color: rgb(109,142,21); }
div.DivClassName
{
background-color: #6D8E15;
}
.BgClassName
{
background-color: #6D8E15;
}
</style>
border-color css
<style>
span { border-color: #6D8E15; }
span { border-color: rgb(109,142,21); }
td.TdClassName
{
border-color: #6D8E15;
}
.TagClassName
{
border-color: #6D8E15;
}
</style>