Shades of Dingley #6D8244
Tints of Dingley #6D8244
RGB
CMYK
RGB Variations
Color information
#6D8244 (or 0x6D8244) is known color: Dingley. HEX triplet: 6D, 82 and 44. RGB value is (109,130,68). Sum of RGB (Red+Green+Blue) = 109+130+68=307 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.50% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 130 - color contains mainly: green. Hex color #6D8244 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8244 is #927DBB. Grayscale: #747474. Windows color (decimal): -9600444 or 4489837. OLE color: 4489837.
HSL color Cylindrical-coordinate representation of color #6D8244: hue angle of 80.32º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D8244 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 130 | 68 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.49 |
| HSL | 80.32º | 0.31% | 0.39% | - |
| HSV(B) | 80.32º | 0.48% | 0.51% | - |
| XYZ | 15.33 | 19.63 | 8.45 | - |
| YUV | 116.65 | 100.54 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 130 | 68 | 0.16 | 0 | 0.48 | 0.49 | 80.32 | 0.31 | 0.39 |
| Hex | 6D | 82 | 44 | 10 | 0 | 30 | 31 | 50 | 1F | 27 |
| Octal | 155 | 202 | 104 | 20 | 0 | 60 | 61 | 120 | 37 | 47 |
| Binary | 1101101 | 10000010 | 1000100 | 10000 | 0 | 110000 | 110001 | 1010000 | 11111 | 100111 |
Color Harmonies of #6D8244
Complementary color
Monochromatic Colors of #6D8244
Black with #6D8244
Text Example
Text Example
White with #6D8244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8244; }
p { color: rgb(109,130,68); }
H1.HeaderClassName
{
color: #6D8244;
}
.AnyTagClassName
{
color: #6D8244;
}
</style>
background-color css
<style>
a { background-color: #6D8244; }
a { background-color: rgb(109,130,68); }
div.DivClassName
{
background-color: #6D8244;
}
.BgClassName
{
background-color: #6D8244;
}
</style>
border-color css
<style>
span { border-color: #6D8244; }
span { border-color: rgb(109,130,68); }
td.TdClassName
{
border-color: #6D8244;
}
.TagClassName
{
border-color: #6D8244;
}
</style>