Shades of Olive Drab #6D8714
Tints of Olive Drab #6D8714
RGB
CMYK
RGB Variations
Color information
#6D8714 (or 0x6D8714) is known color: Olive Drab. HEX triplet: 6D, 87 and 14. RGB value is (109,135,20). Sum of RGB (Red+Green+Blue) = 109+135+20=264 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.29% from 264); Green value is 135 (53.12% from 255 or 51.14% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 135 - color contains mainly: green. Hex color #6D8714 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8714 is #9278EB. Grayscale: #727272. Windows color (decimal): -9599212 or 1345389. OLE color: 1345389.
HSL color Cylindrical-coordinate representation of color #6D8714: hue angle of 73.57º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D8714 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 135 | 20 | - |
| CMYK | 0.19 | 0 | 0.85 | 0.47 |
| HSL | 73.57º | 0.74% | 0.3% | - |
| HSV(B) | 73.57º | 0.85% | 0.53% | - |
| XYZ | 15.1 | 20.63 | 3.85 | - |
| YUV | 114.12 | 74.89 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 135 | 20 | 0.19 | 0 | 0.85 | 0.47 | 73.57 | 0.74 | 0.3 |
| Hex | 6D | 87 | 14 | 13 | 0 | 55 | 2F | 4A | 4A | 1E |
| Octal | 155 | 207 | 24 | 23 | 0 | 125 | 57 | 112 | 112 | 36 |
| Binary | 1101101 | 10000111 | 10100 | 10011 | 0 | 1010101 | 101111 | 1001010 | 1001010 | 11110 |
Color Harmonies of #6D8714
Complementary color
Monochromatic Colors of #6D8714
Black with #6D8714
Text Example
Text Example
White with #6D8714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8714; }
p { color: rgb(109,135,20); }
H1.HeaderClassName
{
color: #6D8714;
}
.AnyTagClassName
{
color: #6D8714;
}
</style>
background-color css
<style>
a { background-color: #6D8714; }
a { background-color: rgb(109,135,20); }
div.DivClassName
{
background-color: #6D8714;
}
.BgClassName
{
background-color: #6D8714;
}
</style>
border-color css
<style>
span { border-color: #6D8714; }
span { border-color: rgb(109,135,20); }
td.TdClassName
{
border-color: #6D8714;
}
.TagClassName
{
border-color: #6D8714;
}
</style>