Shades of Dingley #617A40
Tints of Dingley #617A40
RGB
CMYK
RGB Variations
Color information
#617A40 (or 0x617A40) is known color: Dingley. HEX triplet: 61, 7A and 40. RGB value is (97,122,64). Sum of RGB (Red+Green+Blue) = 97+122+64=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 122 (48.05% from 255 or 43.11% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 122 - color contains mainly: green. Hex color #617A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617A40 is #9E85BF. Grayscale: #6C6C6C. Windows color (decimal): -10388928 or 4225633. OLE color: 4225633.
HSL color Cylindrical-coordinate representation of color #617A40: hue angle of 85.86º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #617A40 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 122 | 64 | - |
| CMYK | 0.20 | 0 | 0.48 | 0.52 |
| HSL | 85.86º | 0.31% | 0.36% | - |
| HSV(B) | 85.86º | 0.48% | 0.48% | - |
| XYZ | 12.81 | 16.83 | 7.42 | - |
| YUV | 107.91 | 103.22 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 122 | 64 | 0.20 | 0 | 0.48 | 0.52 | 85.86 | 0.31 | 0.36 |
| Hex | 61 | 7A | 40 | 14 | 0 | 30 | 34 | 56 | 1F | 24 |
| Octal | 141 | 172 | 100 | 24 | 0 | 60 | 64 | 126 | 37 | 44 |
| Binary | 1100001 | 1111010 | 1000000 | 10100 | 0 | 110000 | 110100 | 1010110 | 11111 | 100100 |
Color Harmonies of #617A40
Complementary color
Monochromatic Colors of #617A40
Black with #617A40
Text Example
Text Example
White with #617A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617A40; }
p { color: rgb(97,122,64); }
H1.HeaderClassName
{
color: #617A40;
}
.AnyTagClassName
{
color: #617A40;
}
</style>
background-color css
<style>
a { background-color: #617A40; }
a { background-color: rgb(97,122,64); }
div.DivClassName
{
background-color: #617A40;
}
.BgClassName
{
background-color: #617A40;
}
</style>
border-color css
<style>
span { border-color: #617A40; }
span { border-color: rgb(97,122,64); }
td.TdClassName
{
border-color: #617A40;
}
.TagClassName
{
border-color: #617A40;
}
</style>