Shades of Olive Drab #6D8C19
Tints of Olive Drab #6D8C19
RGB
CMYK
RGB Variations
Color information
#6D8C19 (or 0x6D8C19) is known color: Olive Drab. HEX triplet: 6D, 8C and 19. RGB value is (109,140,25). Sum of RGB (Red+Green+Blue) = 109+140+25=274 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.78% from 274); Green value is 140 (55.08% from 255 or 51.09% from 274); Blue value is 25 (10.16% from 255 or 9.12% from 274); Max value from RGB is 140 - color contains mainly: green. Hex color #6D8C19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8C19 is #9273E6. Grayscale: #767676. Windows color (decimal): -9597927 or 1674349. OLE color: 1674349.
HSL color Cylindrical-coordinate representation of color #6D8C19: hue angle of 76.17º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6D8C19 is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 140 | 25 | - |
| CMYK | 0.22 | 0 | 0.82 | 0.45 |
| HSL | 76.17º | 0.7% | 0.32% | - |
| HSV(B) | 76.17º | 0.82% | 0.55% | - |
| XYZ | 15.86 | 22.08 | 4.35 | - |
| YUV | 117.62 | 75.73 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 140 | 25 | 0.22 | 0 | 0.82 | 0.45 | 76.17 | 0.7 | 0.32 |
| Hex | 6D | 8C | 19 | 16 | 0 | 52 | 2D | 4C | 46 | 20 |
| Octal | 155 | 214 | 31 | 26 | 0 | 122 | 55 | 114 | 106 | 40 |
| Binary | 1101101 | 10001100 | 11001 | 10110 | 0 | 1010010 | 101101 | 1001100 | 1000110 | 100000 |
Color Harmonies of #6D8C19
Complementary color
Monochromatic Colors of #6D8C19
Black with #6D8C19
Text Example
Text Example
White with #6D8C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8C19; }
p { color: rgb(109,140,25); }
H1.HeaderClassName
{
color: #6D8C19;
}
.AnyTagClassName
{
color: #6D8C19;
}
</style>
background-color css
<style>
a { background-color: #6D8C19; }
a { background-color: rgb(109,140,25); }
div.DivClassName
{
background-color: #6D8C19;
}
.BgClassName
{
background-color: #6D8C19;
}
</style>
border-color css
<style>
span { border-color: #6D8C19; }
span { border-color: rgb(109,140,25); }
td.TdClassName
{
border-color: #6D8C19;
}
.TagClassName
{
border-color: #6D8C19;
}
</style>