Shades of Dingley #607749
Tints of Dingley #607749
RGB
CMYK
RGB Variations
Color information
#607749 (or 0x607749) is known color: Dingley. HEX triplet: 60, 77 and 49. RGB value is (96,119,73). Sum of RGB (Red+Green+Blue) = 96+119+73=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 119 (46.88% from 255 or 41.32% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 119 - color contains mainly: green. Hex color #607749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607749 is #9F88B6. Grayscale: #6B6B6B. Windows color (decimal): -10455223 or 4814688. OLE color: 4814688.
HSL color Cylindrical-coordinate representation of color #607749: hue angle of 90º 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 #607749 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 119 | 73 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.53 |
| HSL | 90º | 0.24% | 0.38% | - |
| HSV(B) | 90º | 0.39% | 0.47% | - |
| XYZ | 12.62 | 16.16 | 8.76 | - |
| YUV | 106.88 | 108.88 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 119 | 73 | 0.19 | 0 | 0.39 | 0.53 | 90 | 0.24 | 0.38 |
| Hex | 60 | 77 | 49 | 13 | 0 | 27 | 35 | 5A | 18 | 26 |
| Octal | 140 | 167 | 111 | 23 | 0 | 47 | 65 | 132 | 30 | 46 |
| Binary | 1100000 | 1110111 | 1001001 | 10011 | 0 | 100111 | 110101 | 1011010 | 11000 | 100110 |
Color Harmonies of #607749
Complementary color
Monochromatic Colors of #607749
Black with #607749
Text Example
Text Example
White with #607749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607749; }
p { color: rgb(96,119,73); }
H1.HeaderClassName
{
color: #607749;
}
.AnyTagClassName
{
color: #607749;
}
</style>
background-color css
<style>
a { background-color: #607749; }
a { background-color: rgb(96,119,73); }
div.DivClassName
{
background-color: #607749;
}
.BgClassName
{
background-color: #607749;
}
</style>
border-color css
<style>
span { border-color: #607749; }
span { border-color: rgb(96,119,73); }
td.TdClassName
{
border-color: #607749;
}
.TagClassName
{
border-color: #607749;
}
</style>