Shades of Olive Drab #6D911A
Tints of Olive Drab #6D911A
RGB
CMYK
RGB Variations
Color information
#6D911A (or 0x6D911A) is known color: Olive Drab. HEX triplet: 6D, 91 and 1A. RGB value is (109,145,26). Sum of RGB (Red+Green+Blue) = 109+145+26=280 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.93% from 280); Green value is 145 (57.03% from 255 or 51.79% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 145 - color contains mainly: green. Hex color #6D911A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D911A is #926EE5. Grayscale: #797979. Windows color (decimal): -9596646 or 1741165. OLE color: 1741165.
HSL color Cylindrical-coordinate representation of color #6D911A: hue angle of 78.15º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6D911A is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 109 | 145 | 26 | - |
| CMYK | 0.25 | 0 | 0.82 | 0.43 |
| HSL | 78.15º | 0.7% | 0.34% | - |
| HSV(B) | 78.15º | 0.82% | 0.57% | - |
| XYZ | 16.62 | 23.58 | 4.65 | - |
| YUV | 120.67 | 74.57 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 145 | 26 | 0.25 | 0 | 0.82 | 0.43 | 78.15 | 0.7 | 0.34 |
| Hex | 6D | 91 | 1A | 19 | 0 | 52 | 2B | 4E | 46 | 22 |
| Octal | 155 | 221 | 32 | 31 | 0 | 122 | 53 | 116 | 106 | 42 |
| Binary | 1101101 | 10010001 | 11010 | 11001 | 0 | 1010010 | 101011 | 1001110 | 1000110 | 100010 |
Color Harmonies of #6D911A
Complementary color
Monochromatic Colors of #6D911A
Black with #6D911A
Text Example
Text Example
White with #6D911A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D911A; }
p { color: rgb(109,145,26); }
H1.HeaderClassName
{
color: #6D911A;
}
.AnyTagClassName
{
color: #6D911A;
}
</style>
background-color css
<style>
a { background-color: #6D911A; }
a { background-color: rgb(109,145,26); }
div.DivClassName
{
background-color: #6D911A;
}
.BgClassName
{
background-color: #6D911A;
}
</style>
border-color css
<style>
span { border-color: #6D911A; }
span { border-color: rgb(109,145,26); }
td.TdClassName
{
border-color: #6D911A;
}
.TagClassName
{
border-color: #6D911A;
}
</style>