Shades of Olive Drab #6D9409
Tints of Olive Drab #6D9409
RGB
CMYK
RGB Variations
Color information
#6D9409 (or 0x6D9409) is known color: Olive Drab. HEX triplet: 6D, 94 and 09. RGB value is (109,148,9). Sum of RGB (Red+Green+Blue) = 109+148+9=266 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.98% from 266); Green value is 148 (58.20% from 255 or 55.64% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 148 - color contains mainly: green. Hex color #6D9409 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D9409 is #926BF6. Grayscale: #797979. Windows color (decimal): -9595895 or 627821. OLE color: 627821.
HSL color Cylindrical-coordinate representation of color #6D9409: hue angle of 76.83º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D9409 is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 148 | 9 | - |
| CMYK | 0.26 | 0 | 0.94 | 0.42 |
| HSL | 76.83º | 0.89% | 0.31% | - |
| HSV(B) | 76.83º | 0.94% | 0.58% | - |
| XYZ | 16.95 | 24.45 | 4.08 | - |
| YUV | 120.49 | 65.08 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 148 | 9 | 0.26 | 0 | 0.94 | 0.42 | 76.83 | 0.89 | 0.31 |
| Hex | 6D | 94 | 9 | 1A | 0 | 5E | 2A | 4D | 59 | 1F |
| Octal | 155 | 224 | 11 | 32 | 0 | 136 | 52 | 115 | 131 | 37 |
| Binary | 1101101 | 10010100 | 1001 | 11010 | 0 | 1011110 | 101010 | 1001101 | 1011001 | 11111 |
Color Harmonies of #6D9409
Complementary color
Monochromatic Colors of #6D9409
Black with #6D9409
Text Example
Text Example
White with #6D9409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9409; }
p { color: rgb(109,148,9); }
H1.HeaderClassName
{
color: #6D9409;
}
.AnyTagClassName
{
color: #6D9409;
}
</style>
background-color css
<style>
a { background-color: #6D9409; }
a { background-color: rgb(109,148,9); }
div.DivClassName
{
background-color: #6D9409;
}
.BgClassName
{
background-color: #6D9409;
}
</style>
border-color css
<style>
span { border-color: #6D9409; }
span { border-color: rgb(109,148,9); }
td.TdClassName
{
border-color: #6D9409;
}
.TagClassName
{
border-color: #6D9409;
}
</style>