Shades of Dingley #6D9043
Tints of Dingley #6D9043
RGB
CMYK
RGB Variations
Color information
#6D9043 (or 0x6D9043) is known color: Dingley. HEX triplet: 6D, 90 and 43. RGB value is (109,144,67). Sum of RGB (Red+Green+Blue) = 109+144+67=320 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.06% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 144 - color contains mainly: green. Hex color #6D9043 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D9043 is #926FBC. Grayscale: #7D7D7D. Windows color (decimal): -9596861 or 4427885. OLE color: 4427885.
HSL color Cylindrical-coordinate representation of color #6D9043: hue angle of 87.27º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D9043 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 144 | 67 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.44 |
| HSL | 87.27º | 0.36% | 0.41% | - |
| HSV(B) | 87.27º | 0.53% | 0.56% | - |
| XYZ | 17.29 | 23.6 | 8.95 | - |
| YUV | 124.76 | 95.4 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 144 | 67 | 0.24 | 0 | 0.53 | 0.44 | 87.27 | 0.36 | 0.41 |
| Hex | 6D | 90 | 43 | 18 | 0 | 35 | 2C | 57 | 24 | 29 |
| Octal | 155 | 220 | 103 | 30 | 0 | 65 | 54 | 127 | 44 | 51 |
| Binary | 1101101 | 10010000 | 1000011 | 11000 | 0 | 110101 | 101100 | 1010111 | 100100 | 101001 |
Color Harmonies of #6D9043
Complementary color
Monochromatic Colors of #6D9043
Black with #6D9043
Text Example
Text Example
White with #6D9043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9043; }
p { color: rgb(109,144,67); }
H1.HeaderClassName
{
color: #6D9043;
}
.AnyTagClassName
{
color: #6D9043;
}
</style>
background-color css
<style>
a { background-color: #6D9043; }
a { background-color: rgb(109,144,67); }
div.DivClassName
{
background-color: #6D9043;
}
.BgClassName
{
background-color: #6D9043;
}
</style>
border-color css
<style>
span { border-color: #6D9043; }
span { border-color: rgb(109,144,67); }
td.TdClassName
{
border-color: #6D9043;
}
.TagClassName
{
border-color: #6D9043;
}
</style>