Shades of Dingley #6D8242
Tints of Dingley #6D8242
RGB
CMYK
RGB Variations
Color information
#6D8242 (or 0x6D8242) is known color: Dingley. HEX triplet: 6D, 82 and 42. RGB value is (109,130,66). Sum of RGB (Red+Green+Blue) = 109+130+66=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #6D8242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8242 is #927DBD. Grayscale: #747474. Windows color (decimal): -9600446 or 4358765. OLE color: 4358765.
HSL color Cylindrical-coordinate representation of color #6D8242: hue angle of 79.69º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D8242 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 130 | 66 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.49 |
| HSL | 79.69º | 0.33% | 0.38% | - |
| HSV(B) | 79.69º | 0.49% | 0.51% | - |
| XYZ | 15.27 | 19.61 | 8.13 | - |
| YUV | 116.43 | 99.54 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 130 | 66 | 0.16 | 0 | 0.49 | 0.49 | 79.69 | 0.33 | 0.38 |
| Hex | 6D | 82 | 42 | 10 | 0 | 31 | 31 | 50 | 21 | 26 |
| Octal | 155 | 202 | 102 | 20 | 0 | 61 | 61 | 120 | 41 | 46 |
| Binary | 1101101 | 10000010 | 1000010 | 10000 | 0 | 110001 | 110001 | 1010000 | 100001 | 100110 |
Color Harmonies of #6D8242
Complementary color
Monochromatic Colors of #6D8242
Black with #6D8242
Text Example
Text Example
White with #6D8242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8242; }
p { color: rgb(109,130,66); }
H1.HeaderClassName
{
color: #6D8242;
}
.AnyTagClassName
{
color: #6D8242;
}
</style>
background-color css
<style>
a { background-color: #6D8242; }
a { background-color: rgb(109,130,66); }
div.DivClassName
{
background-color: #6D8242;
}
.BgClassName
{
background-color: #6D8242;
}
</style>
border-color css
<style>
span { border-color: #6D8242; }
span { border-color: rgb(109,130,66); }
td.TdClassName
{
border-color: #6D8242;
}
.TagClassName
{
border-color: #6D8242;
}
</style>