Shades of Dingley #6D8749
Tints of Dingley #6D8749
RGB
CMYK
RGB Variations
Color information
#6D8749 (or 0x6D8749) is known color: Dingley. HEX triplet: 6D, 87 and 49. RGB value is (109,135,73). Sum of RGB (Red+Green+Blue) = 109+135+73=317 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.38% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 135 - color contains mainly: green. Hex color #6D8749 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8749 is #9278B6. Grayscale: #787878. Windows color (decimal): -9599159 or 4818797. OLE color: 4818797.
HSL color Cylindrical-coordinate representation of color #6D8749: hue angle of 85.16º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D8749 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 135 | 73 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.47 |
| HSL | 85.16º | 0.3% | 0.41% | - |
| HSV(B) | 85.16º | 0.46% | 0.53% | - |
| XYZ | 16.17 | 21.06 | 9.52 | - |
| YUV | 120.16 | 101.39 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 135 | 73 | 0.19 | 0 | 0.46 | 0.47 | 85.16 | 0.3 | 0.41 |
| Hex | 6D | 87 | 49 | 13 | 0 | 2E | 2F | 55 | 1E | 29 |
| Octal | 155 | 207 | 111 | 23 | 0 | 56 | 57 | 125 | 36 | 51 |
| Binary | 1101101 | 10000111 | 1001001 | 10011 | 0 | 101110 | 101111 | 1010101 | 11110 | 101001 |
Color Harmonies of #6D8749
Complementary color
Monochromatic Colors of #6D8749
Black with #6D8749
Text Example
Text Example
White with #6D8749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8749; }
p { color: rgb(109,135,73); }
H1.HeaderClassName
{
color: #6D8749;
}
.AnyTagClassName
{
color: #6D8749;
}
</style>
background-color css
<style>
a { background-color: #6D8749; }
a { background-color: rgb(109,135,73); }
div.DivClassName
{
background-color: #6D8749;
}
.BgClassName
{
background-color: #6D8749;
}
</style>
border-color css
<style>
span { border-color: #6D8749; }
span { border-color: rgb(109,135,73); }
td.TdClassName
{
border-color: #6D8749;
}
.TagClassName
{
border-color: #6D8749;
}
</style>