Shades of Olive Drab #6D940F
Tints of Olive Drab #6D940F
RGB
CMYK
RGB Variations
Color information
#6D940F (or 0x6D940F) is known color: Olive Drab. HEX triplet: 6D, 94 and 0F. RGB value is (109,148,15). Sum of RGB (Red+Green+Blue) = 109+148+15=272 (36% of max value = 765). Red value is 109 (42.97% from 255 or 40.07% from 272); Green value is 148 (58.20% from 255 or 54.41% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 148 - color contains mainly: green. Hex color #6D940F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D940F is #926BF0. Grayscale: #797979. Windows color (decimal): -9595889 or 1021037. OLE color: 1021037.
HSL color Cylindrical-coordinate representation of color #6D940F: hue angle of 77.59º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D940F is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 148 | 15 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.42 |
| HSL | 77.59º | 0.82% | 0.32% | - |
| HSV(B) | 77.59º | 0.9% | 0.58% | - |
| XYZ | 16.98 | 24.47 | 4.28 | - |
| YUV | 121.18 | 68.08 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 148 | 15 | 0.26 | 0 | 0.90 | 0.42 | 77.59 | 0.82 | 0.32 |
| Hex | 6D | 94 | F | 1A | 0 | 5A | 2A | 4E | 52 | 20 |
| Octal | 155 | 224 | 17 | 32 | 0 | 132 | 52 | 116 | 122 | 40 |
| Binary | 1101101 | 10010100 | 1111 | 11010 | 0 | 1011010 | 101010 | 1001110 | 1010010 | 100000 |
Color Harmonies of #6D940F
Complementary color
Monochromatic Colors of #6D940F
Black with #6D940F
Text Example
Text Example
White with #6D940F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D940F; }
p { color: rgb(109,148,15); }
H1.HeaderClassName
{
color: #6D940F;
}
.AnyTagClassName
{
color: #6D940F;
}
</style>
background-color css
<style>
a { background-color: #6D940F; }
a { background-color: rgb(109,148,15); }
div.DivClassName
{
background-color: #6D940F;
}
.BgClassName
{
background-color: #6D940F;
}
</style>
border-color css
<style>
span { border-color: #6D940F; }
span { border-color: rgb(109,148,15); }
td.TdClassName
{
border-color: #6D940F;
}
.TagClassName
{
border-color: #6D940F;
}
</style>