Shades of Olive Drab #6D8814
Tints of Olive Drab #6D8814
RGB
CMYK
RGB Variations
Color information
#6D8814 (or 0x6D8814) is known color: Olive Drab. HEX triplet: 6D, 88 and 14. RGB value is (109,136,20). Sum of RGB (Red+Green+Blue) = 109+136+20=265 (35% of max value = 765). Red value is 109 (42.97% from 255 or 41.13% from 265); Green value is 136 (53.52% from 255 or 51.32% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 136 - color contains mainly: green. Hex color #6D8814 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8814 is #9277EB. Grayscale: #737373. Windows color (decimal): -9598956 or 1345645. OLE color: 1345645.
HSL color Cylindrical-coordinate representation of color #6D8814: hue angle of 73.97º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D8814 is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 136 | 20 | - |
| CMYK | 0.20 | 0 | 0.85 | 0.47 |
| HSL | 73.97º | 0.74% | 0.31% | - |
| HSV(B) | 73.97º | 0.85% | 0.53% | - |
| XYZ | 15.24 | 20.91 | 3.89 | - |
| YUV | 114.7 | 74.55 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 136 | 20 | 0.20 | 0 | 0.85 | 0.47 | 73.97 | 0.74 | 0.31 |
| Hex | 6D | 88 | 14 | 14 | 0 | 55 | 2F | 4A | 4A | 1F |
| Octal | 155 | 210 | 24 | 24 | 0 | 125 | 57 | 112 | 112 | 37 |
| Binary | 1101101 | 10001000 | 10100 | 10100 | 0 | 1010101 | 101111 | 1001010 | 1001010 | 11111 |
Color Harmonies of #6D8814
Complementary color
Monochromatic Colors of #6D8814
Black with #6D8814
Text Example
Text Example
White with #6D8814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8814; }
p { color: rgb(109,136,20); }
H1.HeaderClassName
{
color: #6D8814;
}
.AnyTagClassName
{
color: #6D8814;
}
</style>
background-color css
<style>
a { background-color: #6D8814; }
a { background-color: rgb(109,136,20); }
div.DivClassName
{
background-color: #6D8814;
}
.BgClassName
{
background-color: #6D8814;
}
</style>
border-color css
<style>
span { border-color: #6D8814; }
span { border-color: rgb(109,136,20); }
td.TdClassName
{
border-color: #6D8814;
}
.TagClassName
{
border-color: #6D8814;
}
</style>