Shades of Dingley #6D8745
Tints of Dingley #6D8745
RGB
CMYK
RGB Variations
Color information
#6D8745 (or 0x6D8745) is known color: Dingley. HEX triplet: 6D, 87 and 45. RGB value is (109,135,69). Sum of RGB (Red+Green+Blue) = 109+135+69=313 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.82% from 313); Green value is 135 (53.12% from 255 or 43.13% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 135 - color contains mainly: green. Hex color #6D8745 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8745 is #9278BA. Grayscale: #777777. Windows color (decimal): -9599163 or 4556653. OLE color: 4556653.
HSL color Cylindrical-coordinate representation of color #6D8745: hue angle of 83.64º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D8745 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 135 | 69 | - |
| CMYK | 0.19 | 0 | 0.49 | 0.47 |
| HSL | 83.64º | 0.32% | 0.4% | - |
| HSV(B) | 83.64º | 0.49% | 0.53% | - |
| XYZ | 16.04 | 21.01 | 8.84 | - |
| YUV | 119.7 | 99.39 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 135 | 69 | 0.19 | 0 | 0.49 | 0.47 | 83.64 | 0.32 | 0.4 |
| Hex | 6D | 87 | 45 | 13 | 0 | 31 | 2F | 54 | 20 | 28 |
| Octal | 155 | 207 | 105 | 23 | 0 | 61 | 57 | 124 | 40 | 50 |
| Binary | 1101101 | 10000111 | 1000101 | 10011 | 0 | 110001 | 101111 | 1010100 | 100000 | 101000 |
Color Harmonies of #6D8745
Complementary color
Monochromatic Colors of #6D8745
Black with #6D8745
Text Example
Text Example
White with #6D8745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8745; }
p { color: rgb(109,135,69); }
H1.HeaderClassName
{
color: #6D8745;
}
.AnyTagClassName
{
color: #6D8745;
}
</style>
background-color css
<style>
a { background-color: #6D8745; }
a { background-color: rgb(109,135,69); }
div.DivClassName
{
background-color: #6D8745;
}
.BgClassName
{
background-color: #6D8745;
}
</style>
border-color css
<style>
span { border-color: #6D8745; }
span { border-color: rgb(109,135,69); }
td.TdClassName
{
border-color: #6D8745;
}
.TagClassName
{
border-color: #6D8745;
}
</style>