Shades of Dingley #607647
Tints of Dingley #607647
RGB
CMYK
RGB Variations
Color information
#607647 (or 0x607647) is known color: Dingley. HEX triplet: 60, 76 and 47. RGB value is (96,118,71). Sum of RGB (Red+Green+Blue) = 96+118+71=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 71 (28.12% from 255 or 24.91% from 285); Max value from RGB is 118 - color contains mainly: green. Hex color #607647 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607647 is #9F89B8. Grayscale: #6A6A6A. Windows color (decimal): -10455481 or 4683360. OLE color: 4683360.
HSL color Cylindrical-coordinate representation of color #607647: hue angle of 88.09º 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 #607647 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 96 | 118 | 71 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.54 |
| HSL | 88.09º | 0.25% | 0.37% | - |
| HSV(B) | 88.09º | 0.4% | 0.46% | - |
| XYZ | 12.44 | 15.9 | 8.37 | - |
| YUV | 106.06 | 108.21 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 118 | 71 | 0.19 | 0 | 0.40 | 0.54 | 88.09 | 0.25 | 0.37 |
| Hex | 60 | 76 | 47 | 13 | 0 | 28 | 36 | 58 | 19 | 25 |
| Octal | 140 | 166 | 107 | 23 | 0 | 50 | 66 | 130 | 31 | 45 |
| Binary | 1100000 | 1110110 | 1000111 | 10011 | 0 | 101000 | 110110 | 1011000 | 11001 | 100101 |
Color Harmonies of #607647
Complementary color
Monochromatic Colors of #607647
Black with #607647
Text Example
Text Example
White with #607647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607647; }
p { color: rgb(96,118,71); }
H1.HeaderClassName
{
color: #607647;
}
.AnyTagClassName
{
color: #607647;
}
</style>
background-color css
<style>
a { background-color: #607647; }
a { background-color: rgb(96,118,71); }
div.DivClassName
{
background-color: #607647;
}
.BgClassName
{
background-color: #607647;
}
</style>
border-color css
<style>
span { border-color: #607647; }
span { border-color: rgb(96,118,71); }
td.TdClassName
{
border-color: #607647;
}
.TagClassName
{
border-color: #607647;
}
</style>