Shades of Dingley #617749
Tints of Dingley #617749
RGB
CMYK
RGB Variations
Color information
#617749 (or 0x617749) is known color: Dingley. HEX triplet: 61, 77 and 49. RGB value is (97,119,73). Sum of RGB (Red+Green+Blue) = 97+119+73=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 119 - color contains mainly: green. Hex color #617749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617749 is #9E88B6. Grayscale: #6B6B6B. Windows color (decimal): -10389687 or 4814689. OLE color: 4814689.
HSL color Cylindrical-coordinate representation of color #617749: hue angle of 88.7º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #617749 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 97 | 119 | 73 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.53 |
| HSL | 88.7º | 0.24% | 0.38% | - |
| HSV(B) | 88.7º | 0.39% | 0.47% | - |
| XYZ | 12.73 | 16.22 | 8.76 | - |
| YUV | 107.18 | 108.71 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 119 | 73 | 0.18 | 0 | 0.39 | 0.53 | 88.7 | 0.24 | 0.38 |
| Hex | 61 | 77 | 49 | 12 | 0 | 27 | 35 | 59 | 18 | 26 |
| Octal | 141 | 167 | 111 | 22 | 0 | 47 | 65 | 131 | 30 | 46 |
| Binary | 1100001 | 1110111 | 1001001 | 10010 | 0 | 100111 | 110101 | 1011001 | 11000 | 100110 |
Color Harmonies of #617749
Complementary color
Monochromatic Colors of #617749
Black with #617749
Text Example
Text Example
White with #617749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617749; }
p { color: rgb(97,119,73); }
H1.HeaderClassName
{
color: #617749;
}
.AnyTagClassName
{
color: #617749;
}
</style>
background-color css
<style>
a { background-color: #617749; }
a { background-color: rgb(97,119,73); }
div.DivClassName
{
background-color: #617749;
}
.BgClassName
{
background-color: #617749;
}
</style>
border-color css
<style>
span { border-color: #617749; }
span { border-color: rgb(97,119,73); }
td.TdClassName
{
border-color: #617749;
}
.TagClassName
{
border-color: #617749;
}
</style>