Shades of Olive Drab #6D8917
Tints of Olive Drab #6D8917
RGB
CMYK
RGB Variations
Color information
#6D8917 (or 0x6D8917) is known color: Olive Drab. HEX triplet: 6D, 89 and 17. RGB value is (109,137,23). Sum of RGB (Red+Green+Blue) = 109+137+23=269 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.52% from 269); Green value is 137 (53.91% from 255 or 50.93% from 269); Blue value is 23 (9.38% from 255 or 8.55% from 269); Max value from RGB is 137 - color contains mainly: green. Hex color #6D8917 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8917 is #9276E8. Grayscale: #747474. Windows color (decimal): -9598697 or 1542509. OLE color: 1542509.
HSL color Cylindrical-coordinate representation of color #6D8917: hue angle of 74.74º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D8917 is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 109 | 137 | 23 | - |
| CMYK | 0.20 | 0 | 0.83 | 0.46 |
| HSL | 74.74º | 0.71% | 0.31% | - |
| HSV(B) | 74.74º | 0.83% | 0.54% | - |
| XYZ | 15.41 | 21.2 | 4.09 | - |
| YUV | 115.63 | 75.72 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 137 | 23 | 0.20 | 0 | 0.83 | 0.46 | 74.74 | 0.71 | 0.31 |
| Hex | 6D | 89 | 17 | 14 | 0 | 53 | 2E | 4B | 47 | 1F |
| Octal | 155 | 211 | 27 | 24 | 0 | 123 | 56 | 113 | 107 | 37 |
| Binary | 1101101 | 10001001 | 10111 | 10100 | 0 | 1010011 | 101110 | 1001011 | 1000111 | 11111 |
Color Harmonies of #6D8917
Complementary color
Monochromatic Colors of #6D8917
Black with #6D8917
Text Example
Text Example
White with #6D8917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8917; }
p { color: rgb(109,137,23); }
H1.HeaderClassName
{
color: #6D8917;
}
.AnyTagClassName
{
color: #6D8917;
}
</style>
background-color css
<style>
a { background-color: #6D8917; }
a { background-color: rgb(109,137,23); }
div.DivClassName
{
background-color: #6D8917;
}
.BgClassName
{
background-color: #6D8917;
}
</style>
border-color css
<style>
span { border-color: #6D8917; }
span { border-color: rgb(109,137,23); }
td.TdClassName
{
border-color: #6D8917;
}
.TagClassName
{
border-color: #6D8917;
}
</style>