Shades of Olive Drab #6D941D
Tints of Olive Drab #6D941D
RGB
CMYK
RGB Variations
Color information
#6D941D (or 0x6D941D) is known color: Olive Drab. HEX triplet: 6D, 94 and 1D. RGB value is (109,148,29). Sum of RGB (Red+Green+Blue) = 109+148+29=286 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.11% from 286); Green value is 148 (58.20% from 255 or 51.75% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 148 - color contains mainly: green. Hex color #6D941D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D941D is #926BE2. Grayscale: #7B7B7B. Windows color (decimal): -9595875 or 1938541. OLE color: 1938541.
HSL color Cylindrical-coordinate representation of color #6D941D: hue angle of 79.66º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D941D is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 148 | 29 | - |
| CMYK | 0.26 | 0 | 0.80 | 0.42 |
| HSL | 79.66º | 0.67% | 0.35% | - |
| HSV(B) | 79.66º | 0.8% | 0.58% | - |
| XYZ | 17.12 | 24.52 | 4.99 | - |
| YUV | 122.77 | 75.08 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 148 | 29 | 0.26 | 0 | 0.80 | 0.42 | 79.66 | 0.67 | 0.35 |
| Hex | 6D | 94 | 1D | 1A | 0 | 50 | 2A | 50 | 43 | 23 |
| Octal | 155 | 224 | 35 | 32 | 0 | 120 | 52 | 120 | 103 | 43 |
| Binary | 1101101 | 10010100 | 11101 | 11010 | 0 | 1010000 | 101010 | 1010000 | 1000011 | 100011 |
Color Harmonies of #6D941D
Complementary color
Monochromatic Colors of #6D941D
Black with #6D941D
Text Example
Text Example
White with #6D941D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D941D; }
p { color: rgb(109,148,29); }
H1.HeaderClassName
{
color: #6D941D;
}
.AnyTagClassName
{
color: #6D941D;
}
</style>
background-color css
<style>
a { background-color: #6D941D; }
a { background-color: rgb(109,148,29); }
div.DivClassName
{
background-color: #6D941D;
}
.BgClassName
{
background-color: #6D941D;
}
</style>
border-color css
<style>
span { border-color: #6D941D; }
span { border-color: rgb(109,148,29); }
td.TdClassName
{
border-color: #6D941D;
}
.TagClassName
{
border-color: #6D941D;
}
</style>