Shades of Olive Drab #6D942E
Tints of Olive Drab #6D942E
RGB
CMYK
RGB Variations
Color information
#6D942E (or 0x6D942E) is known color: Olive Drab. HEX triplet: 6D, 94 and 2E. RGB value is (109,148,46). Sum of RGB (Red+Green+Blue) = 109+148+46=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 148 - color contains mainly: green. Hex color #6D942E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D942E is #926BD1. Grayscale: #7D7D7D. Windows color (decimal): -9595858 or 3052653. OLE color: 3052653.
HSL color Cylindrical-coordinate representation of color #6D942E: hue angle of 82.94º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D942E is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 148 | 46 | - |
| CMYK | 0.26 | 0 | 0.69 | 0.42 |
| HSL | 82.94º | 0.53% | 0.38% | - |
| HSV(B) | 82.94º | 0.69% | 0.58% | - |
| XYZ | 17.39 | 24.63 | 6.42 | - |
| YUV | 124.71 | 83.58 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 148 | 46 | 0.26 | 0 | 0.69 | 0.42 | 82.94 | 0.53 | 0.38 |
| Hex | 6D | 94 | 2E | 1A | 0 | 45 | 2A | 53 | 35 | 26 |
| Octal | 155 | 224 | 56 | 32 | 0 | 105 | 52 | 123 | 65 | 46 |
| Binary | 1101101 | 10010100 | 101110 | 11010 | 0 | 1000101 | 101010 | 1010011 | 110101 | 100110 |
Color Harmonies of #6D942E
Complementary color
Monochromatic Colors of #6D942E
Black with #6D942E
Text Example
Text Example
White with #6D942E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D942E; }
p { color: rgb(109,148,46); }
H1.HeaderClassName
{
color: #6D942E;
}
.AnyTagClassName
{
color: #6D942E;
}
</style>
background-color css
<style>
a { background-color: #6D942E; }
a { background-color: rgb(109,148,46); }
div.DivClassName
{
background-color: #6D942E;
}
.BgClassName
{
background-color: #6D942E;
}
</style>
border-color css
<style>
span { border-color: #6D942E; }
span { border-color: rgb(109,148,46); }
td.TdClassName
{
border-color: #6D942E;
}
.TagClassName
{
border-color: #6D942E;
}
</style>