Shades of Olive Drab #6D9716
Tints of Olive Drab #6D9716
RGB
CMYK
RGB Variations
Color information
#6D9716 (or 0x6D9716) is known color: Olive Drab. HEX triplet: 6D, 97 and 16. RGB value is (109,151,22). Sum of RGB (Red+Green+Blue) = 109+151+22=282 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.65% from 282); Green value is 151 (59.38% from 255 or 53.55% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 151 - color contains mainly: green. Hex color #6D9716 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D9716 is #9268E9. Grayscale: #7C7C7C. Windows color (decimal): -9595114 or 1480557. OLE color: 1480557.
HSL color Cylindrical-coordinate representation of color #6D9716: hue angle of 79.53º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D9716 is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 109 | 151 | 22 | - |
| CMYK | 0.28 | 0 | 0.85 | 0.41 |
| HSL | 79.53º | 0.75% | 0.34% | - |
| HSV(B) | 79.53º | 0.85% | 0.59% | - |
| XYZ | 17.52 | 25.44 | 4.75 | - |
| YUV | 123.74 | 70.59 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 151 | 22 | 0.28 | 0 | 0.85 | 0.41 | 79.53 | 0.75 | 0.34 |
| Hex | 6D | 97 | 16 | 1C | 0 | 55 | 29 | 50 | 4B | 22 |
| Octal | 155 | 227 | 26 | 34 | 0 | 125 | 51 | 120 | 113 | 42 |
| Binary | 1101101 | 10010111 | 10110 | 11100 | 0 | 1010101 | 101001 | 1010000 | 1001011 | 100010 |
Color Harmonies of #6D9716
Complementary color
Monochromatic Colors of #6D9716
Black with #6D9716
Text Example
Text Example
White with #6D9716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9716; }
p { color: rgb(109,151,22); }
H1.HeaderClassName
{
color: #6D9716;
}
.AnyTagClassName
{
color: #6D9716;
}
</style>
background-color css
<style>
a { background-color: #6D9716; }
a { background-color: rgb(109,151,22); }
div.DivClassName
{
background-color: #6D9716;
}
.BgClassName
{
background-color: #6D9716;
}
</style>
border-color css
<style>
span { border-color: #6D9716; }
span { border-color: rgb(109,151,22); }
td.TdClassName
{
border-color: #6D9716;
}
.TagClassName
{
border-color: #6D9716;
}
</style>