Shades of Dingley #6D7E40
Tints of Dingley #6D7E40
RGB
CMYK
RGB Variations
Color information
#6D7E40 (or 0x6D7E40) is known color: Dingley. HEX triplet: 6D, 7E and 40. RGB value is (109,126,64). Sum of RGB (Red+Green+Blue) = 109+126+64=299 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.45% from 299); Green value is 126 (49.61% from 255 or 42.14% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 126 - color contains mainly: green. Hex color #6D7E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7E40 is #9281BF. Grayscale: #727272. Windows color (decimal): -9601472 or 4226669. OLE color: 4226669.
HSL color Cylindrical-coordinate representation of color #6D7E40: hue angle of 76.45º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D7E40 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 109 | 126 | 64 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.51 |
| HSL | 76.45º | 0.33% | 0.37% | - |
| HSV(B) | 76.45º | 0.49% | 0.49% | - |
| XYZ | 14.69 | 18.54 | 7.66 | - |
| YUV | 113.85 | 99.87 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 126 | 64 | 0.13 | 0 | 0.49 | 0.51 | 76.45 | 0.33 | 0.37 |
| Hex | 6D | 7E | 40 | D | 0 | 31 | 33 | 4C | 21 | 25 |
| Octal | 155 | 176 | 100 | 15 | 0 | 61 | 63 | 114 | 41 | 45 |
| Binary | 1101101 | 1111110 | 1000000 | 1101 | 0 | 110001 | 110011 | 1001100 | 100001 | 100101 |
Color Harmonies of #6D7E40
Complementary color
Monochromatic Colors of #6D7E40
Black with #6D7E40
Text Example
Text Example
White with #6D7E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7E40; }
p { color: rgb(109,126,64); }
H1.HeaderClassName
{
color: #6D7E40;
}
.AnyTagClassName
{
color: #6D7E40;
}
</style>
background-color css
<style>
a { background-color: #6D7E40; }
a { background-color: rgb(109,126,64); }
div.DivClassName
{
background-color: #6D7E40;
}
.BgClassName
{
background-color: #6D7E40;
}
</style>
border-color css
<style>
span { border-color: #6D7E40; }
span { border-color: rgb(109,126,64); }
td.TdClassName
{
border-color: #6D7E40;
}
.TagClassName
{
border-color: #6D7E40;
}
</style>