Shades of Dingley #617E40
Tints of Dingley #617E40
RGB
CMYK
RGB Variations
Color information
#617E40 (or 0x617E40) is known color: Dingley. HEX triplet: 61, 7E and 40. RGB value is (97,126,64). Sum of RGB (Red+Green+Blue) = 97+126+64=287 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.80% from 287); Green value is 126 (49.61% from 255 or 43.90% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 126 - color contains mainly: green. Hex color #617E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617E40 is #9E81BF. Grayscale: #6E6E6E. Windows color (decimal): -10387904 or 4226657. OLE color: 4226657.
HSL color Cylindrical-coordinate representation of color #617E40: hue angle of 88.06º 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 #617E40 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 126 | 64 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.51 |
| HSL | 88.06º | 0.33% | 0.37% | - |
| HSV(B) | 88.06º | 0.49% | 0.49% | - |
| XYZ | 13.32 | 17.83 | 7.59 | - |
| YUV | 110.26 | 101.89 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 126 | 64 | 0.23 | 0 | 0.49 | 0.51 | 88.06 | 0.33 | 0.37 |
| Hex | 61 | 7E | 40 | 17 | 0 | 31 | 33 | 58 | 21 | 25 |
| Octal | 141 | 176 | 100 | 27 | 0 | 61 | 63 | 130 | 41 | 45 |
| Binary | 1100001 | 1111110 | 1000000 | 10111 | 0 | 110001 | 110011 | 1011000 | 100001 | 100101 |
Color Harmonies of #617E40
Complementary color
Monochromatic Colors of #617E40
Black with #617E40
Text Example
Text Example
White with #617E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617E40; }
p { color: rgb(97,126,64); }
H1.HeaderClassName
{
color: #617E40;
}
.AnyTagClassName
{
color: #617E40;
}
</style>
background-color css
<style>
a { background-color: #617E40; }
a { background-color: rgb(97,126,64); }
div.DivClassName
{
background-color: #617E40;
}
.BgClassName
{
background-color: #617E40;
}
</style>
border-color css
<style>
span { border-color: #617E40; }
span { border-color: rgb(97,126,64); }
td.TdClassName
{
border-color: #617E40;
}
.TagClassName
{
border-color: #617E40;
}
</style>