Shades of Olive Drab #6D8A14
Tints of Olive Drab #6D8A14
RGB
CMYK
RGB Variations
Color information
#6D8A14 (or 0x6D8A14) is known color: Olive Drab. HEX triplet: 6D, 8A and 14. RGB value is (109,138,20). Sum of RGB (Red+Green+Blue) = 109+138+20=267 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.82% from 267); Green value is 138 (54.30% from 255 or 51.69% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 138 - color contains mainly: green. Hex color #6D8A14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8A14 is #9275EB. Grayscale: #747474. Windows color (decimal): -9598444 or 1346157. OLE color: 1346157.
HSL color Cylindrical-coordinate representation of color #6D8A14: hue angle of 74.75º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D8A14 is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 109 | 138 | 20 | - |
| CMYK | 0.21 | 0 | 0.86 | 0.46 |
| HSL | 74.75º | 0.75% | 0.31% | - |
| HSV(B) | 74.75º | 0.86% | 0.54% | - |
| XYZ | 15.52 | 21.48 | 3.99 | - |
| YUV | 115.88 | 73.89 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 138 | 20 | 0.21 | 0 | 0.86 | 0.46 | 74.75 | 0.75 | 0.31 |
| Hex | 6D | 8A | 14 | 15 | 0 | 56 | 2E | 4B | 4B | 1F |
| Octal | 155 | 212 | 24 | 25 | 0 | 126 | 56 | 113 | 113 | 37 |
| Binary | 1101101 | 10001010 | 10100 | 10101 | 0 | 1010110 | 101110 | 1001011 | 1001011 | 11111 |
Color Harmonies of #6D8A14
Complementary color
Monochromatic Colors of #6D8A14
Black with #6D8A14
Text Example
Text Example
White with #6D8A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8A14; }
p { color: rgb(109,138,20); }
H1.HeaderClassName
{
color: #6D8A14;
}
.AnyTagClassName
{
color: #6D8A14;
}
</style>
background-color css
<style>
a { background-color: #6D8A14; }
a { background-color: rgb(109,138,20); }
div.DivClassName
{
background-color: #6D8A14;
}
.BgClassName
{
background-color: #6D8A14;
}
</style>
border-color css
<style>
span { border-color: #6D8A14; }
span { border-color: rgb(109,138,20); }
td.TdClassName
{
border-color: #6D8A14;
}
.TagClassName
{
border-color: #6D8A14;
}
</style>