Shades of Dingley #6D8A41
Tints of Dingley #6D8A41
RGB
CMYK
RGB Variations
Color information
#6D8A41 (or 0x6D8A41) is known color: Dingley. HEX triplet: 6D, 8A and 41. RGB value is (109,138,65). Sum of RGB (Red+Green+Blue) = 109+138+65=312 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.94% from 312); Green value is 138 (54.30% from 255 or 44.23% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 138 - color contains mainly: green. Hex color #6D8A41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8A41 is #9275BE. Grayscale: #797979. Windows color (decimal): -9598399 or 4295277. OLE color: 4295277.
HSL color Cylindrical-coordinate representation of color #6D8A41: hue angle of 83.84º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D8A41 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 109 | 138 | 65 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.46 |
| HSL | 83.84º | 0.36% | 0.4% | - |
| HSV(B) | 83.84º | 0.53% | 0.54% | - |
| XYZ | 16.35 | 21.81 | 8.35 | - |
| YUV | 121.01 | 96.39 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 138 | 65 | 0.21 | 0 | 0.53 | 0.46 | 83.84 | 0.36 | 0.4 |
| Hex | 6D | 8A | 41 | 15 | 0 | 35 | 2E | 54 | 24 | 28 |
| Octal | 155 | 212 | 101 | 25 | 0 | 65 | 56 | 124 | 44 | 50 |
| Binary | 1101101 | 10001010 | 1000001 | 10101 | 0 | 110101 | 101110 | 1010100 | 100100 | 101000 |
Color Harmonies of #6D8A41
Complementary color
Monochromatic Colors of #6D8A41
Black with #6D8A41
Text Example
Text Example
White with #6D8A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8A41; }
p { color: rgb(109,138,65); }
H1.HeaderClassName
{
color: #6D8A41;
}
.AnyTagClassName
{
color: #6D8A41;
}
</style>
background-color css
<style>
a { background-color: #6D8A41; }
a { background-color: rgb(109,138,65); }
div.DivClassName
{
background-color: #6D8A41;
}
.BgClassName
{
background-color: #6D8A41;
}
</style>
border-color css
<style>
span { border-color: #6D8A41; }
span { border-color: rgb(109,138,65); }
td.TdClassName
{
border-color: #6D8A41;
}
.TagClassName
{
border-color: #6D8A41;
}
</style>