Shades of Dingley #6D8C45
Tints of Dingley #6D8C45
RGB
CMYK
RGB Variations
Color information
#6D8C45 (or 0x6D8C45) is known color: Dingley. HEX triplet: 6D, 8C and 45. RGB value is (109,140,69). Sum of RGB (Red+Green+Blue) = 109+140+69=318 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.28% from 318); Green value is 140 (55.08% from 255 or 44.03% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 140 - color contains mainly: green. Hex color #6D8C45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8C45 is #9273BA. Grayscale: #7A7A7A. Windows color (decimal): -9597883 or 4557933. OLE color: 4557933.
HSL color Cylindrical-coordinate representation of color #6D8C45: hue angle of 86.2º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6D8C45 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 140 | 69 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.45 |
| HSL | 86.2º | 0.34% | 0.41% | - |
| HSV(B) | 86.2º | 0.51% | 0.55% | - |
| XYZ | 16.76 | 22.44 | 9.08 | - |
| YUV | 122.64 | 97.73 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 140 | 69 | 0.22 | 0 | 0.51 | 0.45 | 86.2 | 0.34 | 0.41 |
| Hex | 6D | 8C | 45 | 16 | 0 | 33 | 2D | 56 | 22 | 29 |
| Octal | 155 | 214 | 105 | 26 | 0 | 63 | 55 | 126 | 42 | 51 |
| Binary | 1101101 | 10001100 | 1000101 | 10110 | 0 | 110011 | 101101 | 1010110 | 100010 | 101001 |
Color Harmonies of #6D8C45
Complementary color
Monochromatic Colors of #6D8C45
Black with #6D8C45
Text Example
Text Example
White with #6D8C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8C45; }
p { color: rgb(109,140,69); }
H1.HeaderClassName
{
color: #6D8C45;
}
.AnyTagClassName
{
color: #6D8C45;
}
</style>
background-color css
<style>
a { background-color: #6D8C45; }
a { background-color: rgb(109,140,69); }
div.DivClassName
{
background-color: #6D8C45;
}
.BgClassName
{
background-color: #6D8C45;
}
</style>
border-color css
<style>
span { border-color: #6D8C45; }
span { border-color: rgb(109,140,69); }
td.TdClassName
{
border-color: #6D8C45;
}
.TagClassName
{
border-color: #6D8C45;
}
</style>