Shades of Dingley #6D8744
Tints of Dingley #6D8744
RGB
CMYK
RGB Variations
Color information
#6D8744 (or 0x6D8744) is known color: Dingley. HEX triplet: 6D, 87 and 44. RGB value is (109,135,68). Sum of RGB (Red+Green+Blue) = 109+135+68=312 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.94% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 135 - color contains mainly: green. Hex color #6D8744 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8744 is #9278BB. Grayscale: #777777. Windows color (decimal): -9599164 or 4491117. OLE color: 4491117.
HSL color Cylindrical-coordinate representation of color #6D8744: hue angle of 83.28º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D8744 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 135 | 68 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.47 |
| HSL | 83.28º | 0.33% | 0.4% | - |
| HSV(B) | 83.28º | 0.5% | 0.53% | - |
| XYZ | 16.01 | 21 | 8.68 | - |
| YUV | 119.59 | 98.89 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 135 | 68 | 0.19 | 0 | 0.50 | 0.47 | 83.28 | 0.33 | 0.4 |
| Hex | 6D | 87 | 44 | 13 | 0 | 32 | 2F | 53 | 21 | 28 |
| Octal | 155 | 207 | 104 | 23 | 0 | 62 | 57 | 123 | 41 | 50 |
| Binary | 1101101 | 10000111 | 1000100 | 10011 | 0 | 110010 | 101111 | 1010011 | 100001 | 101000 |
Color Harmonies of #6D8744
Complementary color
Monochromatic Colors of #6D8744
Black with #6D8744
Text Example
Text Example
White with #6D8744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8744; }
p { color: rgb(109,135,68); }
H1.HeaderClassName
{
color: #6D8744;
}
.AnyTagClassName
{
color: #6D8744;
}
</style>
background-color css
<style>
a { background-color: #6D8744; }
a { background-color: rgb(109,135,68); }
div.DivClassName
{
background-color: #6D8744;
}
.BgClassName
{
background-color: #6D8744;
}
</style>
border-color css
<style>
span { border-color: #6D8744; }
span { border-color: rgb(109,135,68); }
td.TdClassName
{
border-color: #6D8744;
}
.TagClassName
{
border-color: #6D8744;
}
</style>