Shades of Olive Drab #6D9126
Tints of Olive Drab #6D9126
RGB
CMYK
RGB Variations
Color information
#6D9126 (or 0x6D9126) is known color: Olive Drab. HEX triplet: 6D, 91 and 26. RGB value is (109,145,38). Sum of RGB (Red+Green+Blue) = 109+145+38=292 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.33% from 292); Green value is 145 (57.03% from 255 or 49.66% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 145 - color contains mainly: green. Hex color #6D9126 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D9126 is #926ED9. Grayscale: #7A7A7A. Windows color (decimal): -9596634 or 2527597. OLE color: 2527597.
HSL color Cylindrical-coordinate representation of color #6D9126: hue angle of 80.19º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D9126 is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 109 | 145 | 38 | - |
| CMYK | 0.25 | 0 | 0.74 | 0.43 |
| HSL | 80.19º | 0.58% | 0.36% | - |
| HSV(B) | 80.19º | 0.74% | 0.57% | - |
| XYZ | 16.78 | 23.64 | 5.51 | - |
| YUV | 122.04 | 80.57 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 145 | 38 | 0.25 | 0 | 0.74 | 0.43 | 80.19 | 0.58 | 0.36 |
| Hex | 6D | 91 | 26 | 19 | 0 | 4A | 2B | 50 | 3A | 24 |
| Octal | 155 | 221 | 46 | 31 | 0 | 112 | 53 | 120 | 72 | 44 |
| Binary | 1101101 | 10010001 | 100110 | 11001 | 0 | 1001010 | 101011 | 1010000 | 111010 | 100100 |
Color Harmonies of #6D9126
Complementary color
Monochromatic Colors of #6D9126
Black with #6D9126
Text Example
Text Example
White with #6D9126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9126; }
p { color: rgb(109,145,38); }
H1.HeaderClassName
{
color: #6D9126;
}
.AnyTagClassName
{
color: #6D9126;
}
</style>
background-color css
<style>
a { background-color: #6D9126; }
a { background-color: rgb(109,145,38); }
div.DivClassName
{
background-color: #6D9126;
}
.BgClassName
{
background-color: #6D9126;
}
</style>
border-color css
<style>
span { border-color: #6D9126; }
span { border-color: rgb(109,145,38); }
td.TdClassName
{
border-color: #6D9126;
}
.TagClassName
{
border-color: #6D9126;
}
</style>