Shades of Olive Drab #6D8716
Tints of Olive Drab #6D8716
RGB
CMYK
RGB Variations
Color information
#6D8716 (or 0x6D8716) is known color: Olive Drab. HEX triplet: 6D, 87 and 16. RGB value is (109,135,22). Sum of RGB (Red+Green+Blue) = 109+135+22=266 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.98% from 266); Green value is 135 (53.12% from 255 or 50.75% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 135 - color contains mainly: green. Hex color #6D8716 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8716 is #9278E9. Grayscale: #727272. Windows color (decimal): -9599210 or 1476461. OLE color: 1476461.
HSL color Cylindrical-coordinate representation of color #6D8716: hue angle of 73.81º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D8716 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 135 | 22 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.47 |
| HSL | 73.81º | 0.72% | 0.31% | - |
| HSV(B) | 73.81º | 0.84% | 0.53% | - |
| XYZ | 15.12 | 20.64 | 3.95 | - |
| YUV | 114.34 | 75.89 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 135 | 22 | 0.19 | 0 | 0.84 | 0.47 | 73.81 | 0.72 | 0.31 |
| Hex | 6D | 87 | 16 | 13 | 0 | 54 | 2F | 4A | 48 | 1F |
| Octal | 155 | 207 | 26 | 23 | 0 | 124 | 57 | 112 | 110 | 37 |
| Binary | 1101101 | 10000111 | 10110 | 10011 | 0 | 1010100 | 101111 | 1001010 | 1001000 | 11111 |
Color Harmonies of #6D8716
Complementary color
Monochromatic Colors of #6D8716
Black with #6D8716
Text Example
Text Example
White with #6D8716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8716; }
p { color: rgb(109,135,22); }
H1.HeaderClassName
{
color: #6D8716;
}
.AnyTagClassName
{
color: #6D8716;
}
</style>
background-color css
<style>
a { background-color: #6D8716; }
a { background-color: rgb(109,135,22); }
div.DivClassName
{
background-color: #6D8716;
}
.BgClassName
{
background-color: #6D8716;
}
</style>
border-color css
<style>
span { border-color: #6D8716; }
span { border-color: rgb(109,135,22); }
td.TdClassName
{
border-color: #6D8716;
}
.TagClassName
{
border-color: #6D8716;
}
</style>