Shades of Dingley #647E40
Tints of Dingley #647E40
RGB
CMYK
RGB Variations
Color information
#647E40 (or 0x647E40) is known color: Dingley. HEX triplet: 64, 7E and 40. RGB value is (100,126,64). Sum of RGB (Red+Green+Blue) = 100+126+64=290 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.48% from 290); Green value is 126 (49.61% from 255 or 43.45% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 126 - color contains mainly: green. Hex color #647E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #647E40 is #9B81BF. Grayscale: #6F6F6F. Windows color (decimal): -10191296 or 4226660. OLE color: 4226660.
HSL color Cylindrical-coordinate representation of color #647E40: hue angle of 85.16º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #647E40 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 126 | 64 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.51 |
| HSL | 85.16º | 0.33% | 0.37% | - |
| HSV(B) | 85.16º | 0.49% | 0.49% | - |
| XYZ | 13.64 | 18 | 7.61 | - |
| YUV | 111.16 | 101.39 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 126 | 64 | 0.21 | 0 | 0.49 | 0.51 | 85.16 | 0.33 | 0.37 |
| Hex | 64 | 7E | 40 | 15 | 0 | 31 | 33 | 55 | 21 | 25 |
| Octal | 144 | 176 | 100 | 25 | 0 | 61 | 63 | 125 | 41 | 45 |
| Binary | 1100100 | 1111110 | 1000000 | 10101 | 0 | 110001 | 110011 | 1010101 | 100001 | 100101 |
Color Harmonies of #647E40
Complementary color
Monochromatic Colors of #647E40
Black with #647E40
Text Example
Text Example
White with #647E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647E40; }
p { color: rgb(100,126,64); }
H1.HeaderClassName
{
color: #647E40;
}
.AnyTagClassName
{
color: #647E40;
}
</style>
background-color css
<style>
a { background-color: #647E40; }
a { background-color: rgb(100,126,64); }
div.DivClassName
{
background-color: #647E40;
}
.BgClassName
{
background-color: #647E40;
}
</style>
border-color css
<style>
span { border-color: #647E40; }
span { border-color: rgb(100,126,64); }
td.TdClassName
{
border-color: #647E40;
}
.TagClassName
{
border-color: #647E40;
}
</style>