Shades of Dingley #617647
Tints of Dingley #617647
RGB
CMYK
RGB Variations
Color information
#617647 (or 0x617647) is known color: Dingley. HEX triplet: 61, 76 and 47. RGB value is (97,118,71). Sum of RGB (Red+Green+Blue) = 97+118+71=286 (37% of max value = 765). Red value is 97 (38.28% from 255 or 33.92% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 118 - color contains mainly: green. Hex color #617647 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617647 is #9E89B8. Grayscale: #6A6A6A. Windows color (decimal): -10389945 or 4683361. OLE color: 4683361.
HSL color Cylindrical-coordinate representation of color #617647: hue angle of 86.81º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #617647 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 97 | 118 | 71 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.54 |
| HSL | 86.81º | 0.25% | 0.37% | - |
| HSV(B) | 86.81º | 0.4% | 0.46% | - |
| XYZ | 12.55 | 15.95 | 8.38 | - |
| YUV | 106.36 | 108.04 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 118 | 71 | 0.18 | 0 | 0.40 | 0.54 | 86.81 | 0.25 | 0.37 |
| Hex | 61 | 76 | 47 | 12 | 0 | 28 | 36 | 57 | 19 | 25 |
| Octal | 141 | 166 | 107 | 22 | 0 | 50 | 66 | 127 | 31 | 45 |
| Binary | 1100001 | 1110110 | 1000111 | 10010 | 0 | 101000 | 110110 | 1010111 | 11001 | 100101 |
Color Harmonies of #617647
Complementary color
Monochromatic Colors of #617647
Black with #617647
Text Example
Text Example
White with #617647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617647; }
p { color: rgb(97,118,71); }
H1.HeaderClassName
{
color: #617647;
}
.AnyTagClassName
{
color: #617647;
}
</style>
background-color css
<style>
a { background-color: #617647; }
a { background-color: rgb(97,118,71); }
div.DivClassName
{
background-color: #617647;
}
.BgClassName
{
background-color: #617647;
}
</style>
border-color css
<style>
span { border-color: #617647; }
span { border-color: rgb(97,118,71); }
td.TdClassName
{
border-color: #617647;
}
.TagClassName
{
border-color: #617647;
}
</style>