Shades of Olive Drab #6D8715
Tints of Olive Drab #6D8715
RGB
CMYK
RGB Variations
Color information
#6D8715 (or 0x6D8715) is known color: Olive Drab. HEX triplet: 6D, 87 and 15. RGB value is (109,135,21). Sum of RGB (Red+Green+Blue) = 109+135+21=265 (35% of max value = 765). Red value is 109 (42.97% from 255 or 41.13% from 265); Green value is 135 (53.12% from 255 or 50.94% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 135 - color contains mainly: green. Hex color #6D8715 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8715 is #9278EA. Grayscale: #727272. Windows color (decimal): -9599211 or 1410925. OLE color: 1410925.
HSL color Cylindrical-coordinate representation of color #6D8715: hue angle of 73.68º degrees, saturation: 0.73, 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 #6D8715 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 135 | 21 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.47 |
| HSL | 73.68º | 0.73% | 0.31% | - |
| HSV(B) | 73.68º | 0.84% | 0.53% | - |
| XYZ | 15.11 | 20.63 | 3.9 | - |
| YUV | 114.23 | 75.39 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 135 | 21 | 0.19 | 0 | 0.84 | 0.47 | 73.68 | 0.73 | 0.31 |
| Hex | 6D | 87 | 15 | 13 | 0 | 54 | 2F | 4A | 49 | 1F |
| Octal | 155 | 207 | 25 | 23 | 0 | 124 | 57 | 112 | 111 | 37 |
| Binary | 1101101 | 10000111 | 10101 | 10011 | 0 | 1010100 | 101111 | 1001010 | 1001001 | 11111 |
Color Harmonies of #6D8715
Complementary color
Monochromatic Colors of #6D8715
Black with #6D8715
Text Example
Text Example
White with #6D8715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8715; }
p { color: rgb(109,135,21); }
H1.HeaderClassName
{
color: #6D8715;
}
.AnyTagClassName
{
color: #6D8715;
}
</style>
background-color css
<style>
a { background-color: #6D8715; }
a { background-color: rgb(109,135,21); }
div.DivClassName
{
background-color: #6D8715;
}
.BgClassName
{
background-color: #6D8715;
}
</style>
border-color css
<style>
span { border-color: #6D8715; }
span { border-color: rgb(109,135,21); }
td.TdClassName
{
border-color: #6D8715;
}
.TagClassName
{
border-color: #6D8715;
}
</style>