Shades of Dingley #607E40
Tints of Dingley #607E40
RGB
CMYK
RGB Variations
Color information
#607E40 (or 0x607E40) is known color: Dingley. HEX triplet: 60, 7E and 40. RGB value is (96,126,64). Sum of RGB (Red+Green+Blue) = 96+126+64=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 126 (49.61% from 255 or 44.06% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 126 - color contains mainly: green. Hex color #607E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607E40 is #9F81BF. Grayscale: #6E6E6E. Windows color (decimal): -10453440 or 4226656. OLE color: 4226656.
HSL color Cylindrical-coordinate representation of color #607E40: hue angle of 89.03º 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 #607E40 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 126 | 64 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.51 |
| HSL | 89.03º | 0.33% | 0.37% | - |
| HSV(B) | 89.03º | 0.49% | 0.49% | - |
| XYZ | 13.21 | 17.78 | 7.59 | - |
| YUV | 109.96 | 102.06 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 126 | 64 | 0.24 | 0 | 0.49 | 0.51 | 89.03 | 0.33 | 0.37 |
| Hex | 60 | 7E | 40 | 18 | 0 | 31 | 33 | 59 | 21 | 25 |
| Octal | 140 | 176 | 100 | 30 | 0 | 61 | 63 | 131 | 41 | 45 |
| Binary | 1100000 | 1111110 | 1000000 | 11000 | 0 | 110001 | 110011 | 1011001 | 100001 | 100101 |
Color Harmonies of #607E40
Complementary color
Monochromatic Colors of #607E40
Black with #607E40
Text Example
Text Example
White with #607E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607E40; }
p { color: rgb(96,126,64); }
H1.HeaderClassName
{
color: #607E40;
}
.AnyTagClassName
{
color: #607E40;
}
</style>
background-color css
<style>
a { background-color: #607E40; }
a { background-color: rgb(96,126,64); }
div.DivClassName
{
background-color: #607E40;
}
.BgClassName
{
background-color: #607E40;
}
</style>
border-color css
<style>
span { border-color: #607E40; }
span { border-color: rgb(96,126,64); }
td.TdClassName
{
border-color: #607E40;
}
.TagClassName
{
border-color: #607E40;
}
</style>