Shades of Dingley #6D8748
Tints of Dingley #6D8748
RGB
CMYK
RGB Variations
Color information
#6D8748 (or 0x6D8748) is known color: Dingley. HEX triplet: 6D, 87 and 48. RGB value is (109,135,72). Sum of RGB (Red+Green+Blue) = 109+135+72=316 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.49% from 316); Green value is 135 (53.12% from 255 or 42.72% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 135 - color contains mainly: green. Hex color #6D8748 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8748 is #9278B7. Grayscale: #787878. Windows color (decimal): -9599160 or 4753261. OLE color: 4753261.
HSL color Cylindrical-coordinate representation of color #6D8748: hue angle of 84.76º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D8748 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 135 | 72 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.47 |
| HSL | 84.76º | 0.3% | 0.41% | - |
| HSV(B) | 84.76º | 0.47% | 0.53% | - |
| XYZ | 16.14 | 21.05 | 9.34 | - |
| YUV | 120.04 | 100.89 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 135 | 72 | 0.19 | 0 | 0.47 | 0.47 | 84.76 | 0.3 | 0.41 |
| Hex | 6D | 87 | 48 | 13 | 0 | 2F | 2F | 55 | 1E | 29 |
| Octal | 155 | 207 | 110 | 23 | 0 | 57 | 57 | 125 | 36 | 51 |
| Binary | 1101101 | 10000111 | 1001000 | 10011 | 0 | 101111 | 101111 | 1010101 | 11110 | 101001 |
Color Harmonies of #6D8748
Complementary color
Monochromatic Colors of #6D8748
Black with #6D8748
Text Example
Text Example
White with #6D8748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8748; }
p { color: rgb(109,135,72); }
H1.HeaderClassName
{
color: #6D8748;
}
.AnyTagClassName
{
color: #6D8748;
}
</style>
background-color css
<style>
a { background-color: #6D8748; }
a { background-color: rgb(109,135,72); }
div.DivClassName
{
background-color: #6D8748;
}
.BgClassName
{
background-color: #6D8748;
}
</style>
border-color css
<style>
span { border-color: #6D8748; }
span { border-color: rgb(109,135,72); }
td.TdClassName
{
border-color: #6D8748;
}
.TagClassName
{
border-color: #6D8748;
}
</style>