Shades of Dingley #6D8C40
Tints of Dingley #6D8C40
RGB
CMYK
RGB Variations
Color information
#6D8C40 (or 0x6D8C40) is known color: Dingley. HEX triplet: 6D, 8C and 40. RGB value is (109,140,64). Sum of RGB (Red+Green+Blue) = 109+140+64=313 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.82% from 313); Green value is 140 (55.08% from 255 or 44.73% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 140 - color contains mainly: green. Hex color #6D8C40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8C40 is #9273BF. Grayscale: #7A7A7A. Windows color (decimal): -9597888 or 4230253. OLE color: 4230253.
HSL color Cylindrical-coordinate representation of color #6D8C40: hue angle of 84.47º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D8C40 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 140 | 64 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.45 |
| HSL | 84.47º | 0.37% | 0.4% | - |
| HSV(B) | 84.47º | 0.54% | 0.55% | - |
| XYZ | 16.61 | 22.38 | 8.29 | - |
| YUV | 122.07 | 95.23 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 140 | 64 | 0.22 | 0 | 0.54 | 0.45 | 84.47 | 0.37 | 0.4 |
| Hex | 6D | 8C | 40 | 16 | 0 | 36 | 2D | 54 | 25 | 28 |
| Octal | 155 | 214 | 100 | 26 | 0 | 66 | 55 | 124 | 45 | 50 |
| Binary | 1101101 | 10001100 | 1000000 | 10110 | 0 | 110110 | 101101 | 1010100 | 100101 | 101000 |
Color Harmonies of #6D8C40
Complementary color
Monochromatic Colors of #6D8C40
Black with #6D8C40
Text Example
Text Example
White with #6D8C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8C40; }
p { color: rgb(109,140,64); }
H1.HeaderClassName
{
color: #6D8C40;
}
.AnyTagClassName
{
color: #6D8C40;
}
</style>
background-color css
<style>
a { background-color: #6D8C40; }
a { background-color: rgb(109,140,64); }
div.DivClassName
{
background-color: #6D8C40;
}
.BgClassName
{
background-color: #6D8C40;
}
</style>
border-color css
<style>
span { border-color: #6D8C40; }
span { border-color: rgb(109,140,64); }
td.TdClassName
{
border-color: #6D8C40;
}
.TagClassName
{
border-color: #6D8C40;
}
</style>