Shades of Dingley #617745
Tints of Dingley #617745
RGB
CMYK
RGB Variations
Color information
#617745 (or 0x617745) is known color: Dingley. HEX triplet: 61, 77 and 45. RGB value is (97,119,69). Sum of RGB (Red+Green+Blue) = 97+119+69=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 119 (46.88% from 255 or 41.75% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 119 - color contains mainly: green. Hex color #617745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617745 is #9E88BA. Grayscale: #6A6A6A. Windows color (decimal): -10389691 or 4552545. OLE color: 4552545.
HSL color Cylindrical-coordinate representation of color #617745: hue angle of 86.4º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #617745 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 97 | 119 | 69 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.53 |
| HSL | 86.4º | 0.27% | 0.37% | - |
| HSV(B) | 86.4º | 0.42% | 0.47% | - |
| XYZ | 12.6 | 16.16 | 8.09 | - |
| YUV | 106.72 | 106.71 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 119 | 69 | 0.18 | 0 | 0.42 | 0.53 | 86.4 | 0.27 | 0.37 |
| Hex | 61 | 77 | 45 | 12 | 0 | 2A | 35 | 56 | 1B | 25 |
| Octal | 141 | 167 | 105 | 22 | 0 | 52 | 65 | 126 | 33 | 45 |
| Binary | 1100001 | 1110111 | 1000101 | 10010 | 0 | 101010 | 110101 | 1010110 | 11011 | 100101 |
Color Harmonies of #617745
Complementary color
Monochromatic Colors of #617745
Black with #617745
Text Example
Text Example
White with #617745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617745; }
p { color: rgb(97,119,69); }
H1.HeaderClassName
{
color: #617745;
}
.AnyTagClassName
{
color: #617745;
}
</style>
background-color css
<style>
a { background-color: #617745; }
a { background-color: rgb(97,119,69); }
div.DivClassName
{
background-color: #617745;
}
.BgClassName
{
background-color: #617745;
}
</style>
border-color css
<style>
span { border-color: #617745; }
span { border-color: rgb(97,119,69); }
td.TdClassName
{
border-color: #617745;
}
.TagClassName
{
border-color: #617745;
}
</style>