Shades of Olive Drab #6D8720
Tints of Olive Drab #6D8720
RGB
CMYK
RGB Variations
Color information
#6D8720 (or 0x6D8720) is known color: Olive Drab. HEX triplet: 6D, 87 and 20. RGB value is (109,135,32). Sum of RGB (Red+Green+Blue) = 109+135+32=276 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.49% from 276); Green value is 135 (53.12% from 255 or 48.91% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 135 - color contains mainly: green. Hex color #6D8720 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8720 is #9278DF. Grayscale: #737373. Windows color (decimal): -9599200 or 2131821. OLE color: 2131821.
HSL color Cylindrical-coordinate representation of color #6D8720: hue angle of 75.15º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D8720 is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 135 | 32 | - |
| CMYK | 0.19 | 0 | 0.76 | 0.47 |
| HSL | 75.15º | 0.62% | 0.33% | - |
| HSV(B) | 75.15º | 0.76% | 0.53% | - |
| XYZ | 15.23 | 20.68 | 4.56 | - |
| YUV | 115.48 | 80.89 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 135 | 32 | 0.19 | 0 | 0.76 | 0.47 | 75.15 | 0.62 | 0.33 |
| Hex | 6D | 87 | 20 | 13 | 0 | 4C | 2F | 4B | 3E | 21 |
| Octal | 155 | 207 | 40 | 23 | 0 | 114 | 57 | 113 | 76 | 41 |
| Binary | 1101101 | 10000111 | 100000 | 10011 | 0 | 1001100 | 101111 | 1001011 | 111110 | 100001 |
Color Harmonies of #6D8720
Complementary color
Monochromatic Colors of #6D8720
Black with #6D8720
Text Example
Text Example
White with #6D8720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8720; }
p { color: rgb(109,135,32); }
H1.HeaderClassName
{
color: #6D8720;
}
.AnyTagClassName
{
color: #6D8720;
}
</style>
background-color css
<style>
a { background-color: #6D8720; }
a { background-color: rgb(109,135,32); }
div.DivClassName
{
background-color: #6D8720;
}
.BgClassName
{
background-color: #6D8720;
}
</style>
border-color css
<style>
span { border-color: #6D8720; }
span { border-color: rgb(109,135,32); }
td.TdClassName
{
border-color: #6D8720;
}
.TagClassName
{
border-color: #6D8720;
}
</style>