Shades of Olive Drab #6D8216
Tints of Olive Drab #6D8216
RGB
CMYK
RGB Variations
Color information
#6D8216 (or 0x6D8216) is known color: Olive Drab. HEX triplet: 6D, 82 and 16. RGB value is (109,130,22). Sum of RGB (Red+Green+Blue) = 109+130+22=261 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.76% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #6D8216 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8216 is #927DE9. Grayscale: #6F6F6F. Windows color (decimal): -9600490 or 1475181. OLE color: 1475181.
HSL color Cylindrical-coordinate representation of color #6D8216: hue angle of 71.67º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D8216 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 130 | 22 | - |
| CMYK | 0.16 | 0 | 0.83 | 0.49 |
| HSL | 71.67º | 0.71% | 0.3% | - |
| HSV(B) | 71.67º | 0.83% | 0.51% | - |
| XYZ | 14.43 | 19.27 | 3.72 | - |
| YUV | 111.41 | 77.54 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 130 | 22 | 0.16 | 0 | 0.83 | 0.49 | 71.67 | 0.71 | 0.3 |
| Hex | 6D | 82 | 16 | 10 | 0 | 53 | 31 | 48 | 47 | 1E |
| Octal | 155 | 202 | 26 | 20 | 0 | 123 | 61 | 110 | 107 | 36 |
| Binary | 1101101 | 10000010 | 10110 | 10000 | 0 | 1010011 | 110001 | 1001000 | 1000111 | 11110 |
Color Harmonies of #6D8216
Complementary color
Monochromatic Colors of #6D8216
Black with #6D8216
Text Example
Text Example
White with #6D8216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8216; }
p { color: rgb(109,130,22); }
H1.HeaderClassName
{
color: #6D8216;
}
.AnyTagClassName
{
color: #6D8216;
}
</style>
background-color css
<style>
a { background-color: #6D8216; }
a { background-color: rgb(109,130,22); }
div.DivClassName
{
background-color: #6D8216;
}
.BgClassName
{
background-color: #6D8216;
}
</style>
border-color css
<style>
span { border-color: #6D8216; }
span { border-color: rgb(109,130,22); }
td.TdClassName
{
border-color: #6D8216;
}
.TagClassName
{
border-color: #6D8216;
}
</style>