Shades of Dingley #617D47
Tints of Dingley #617D47
RGB
CMYK
RGB Variations
Color information
#617D47 (or 0x617D47) is known color: Dingley. HEX triplet: 61, 7D and 47. RGB value is (97,125,71). Sum of RGB (Red+Green+Blue) = 97+125+71=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 125 (49.22% from 255 or 42.66% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 125 - color contains mainly: green. Hex color #617D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617D47 is #9E82B8. Grayscale: #6E6E6E. Windows color (decimal): -10388153 or 4685153. OLE color: 4685153.
HSL color Cylindrical-coordinate representation of color #617D47: hue angle of 91.11º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #617D47 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 125 | 71 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.51 |
| HSL | 91.11º | 0.28% | 0.38% | - |
| HSV(B) | 91.11º | 0.43% | 0.49% | - |
| XYZ | 13.4 | 17.66 | 8.66 | - |
| YUV | 110.47 | 105.72 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 125 | 71 | 0.22 | 0 | 0.43 | 0.51 | 91.11 | 0.28 | 0.38 |
| Hex | 61 | 7D | 47 | 16 | 0 | 2B | 33 | 5B | 1C | 26 |
| Octal | 141 | 175 | 107 | 26 | 0 | 53 | 63 | 133 | 34 | 46 |
| Binary | 1100001 | 1111101 | 1000111 | 10110 | 0 | 101011 | 110011 | 1011011 | 11100 | 100110 |
Color Harmonies of #617D47
Complementary color
Monochromatic Colors of #617D47
Black with #617D47
Text Example
Text Example
White with #617D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617D47; }
p { color: rgb(97,125,71); }
H1.HeaderClassName
{
color: #617D47;
}
.AnyTagClassName
{
color: #617D47;
}
</style>
background-color css
<style>
a { background-color: #617D47; }
a { background-color: rgb(97,125,71); }
div.DivClassName
{
background-color: #617D47;
}
.BgClassName
{
background-color: #617D47;
}
</style>
border-color css
<style>
span { border-color: #617D47; }
span { border-color: rgb(97,125,71); }
td.TdClassName
{
border-color: #617D47;
}
.TagClassName
{
border-color: #617D47;
}
</style>