Shades of Dingley #607A47
Tints of Dingley #607A47
RGB
CMYK
RGB Variations
Color information
#607A47 (or 0x607A47) is known color: Dingley. HEX triplet: 60, 7A and 47. RGB value is (96,122,71). Sum of RGB (Red+Green+Blue) = 96+122+71=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 122 (48.05% from 255 or 42.21% from 289); Blue value is 71 (28.12% from 255 or 24.57% from 289); Max value from RGB is 122 - color contains mainly: green. Hex color #607A47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607A47 is #9F85B8. Grayscale: #6C6C6C. Windows color (decimal): -10454457 or 4684384. OLE color: 4684384.
HSL color Cylindrical-coordinate representation of color #607A47: hue angle of 90.59º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #607A47 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 122 | 71 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.52 |
| HSL | 90.59º | 0.26% | 0.38% | - |
| HSV(B) | 90.59º | 0.42% | 0.48% | - |
| XYZ | 12.92 | 16.86 | 8.53 | - |
| YUV | 108.41 | 106.89 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 122 | 71 | 0.21 | 0 | 0.42 | 0.52 | 90.59 | 0.26 | 0.38 |
| Hex | 60 | 7A | 47 | 15 | 0 | 2A | 34 | 5B | 1A | 26 |
| Octal | 140 | 172 | 107 | 25 | 0 | 52 | 64 | 133 | 32 | 46 |
| Binary | 1100000 | 1111010 | 1000111 | 10101 | 0 | 101010 | 110100 | 1011011 | 11010 | 100110 |
Color Harmonies of #607A47
Complementary color
Monochromatic Colors of #607A47
Black with #607A47
Text Example
Text Example
White with #607A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607A47; }
p { color: rgb(96,122,71); }
H1.HeaderClassName
{
color: #607A47;
}
.AnyTagClassName
{
color: #607A47;
}
</style>
background-color css
<style>
a { background-color: #607A47; }
a { background-color: rgb(96,122,71); }
div.DivClassName
{
background-color: #607A47;
}
.BgClassName
{
background-color: #607A47;
}
</style>
border-color css
<style>
span { border-color: #607A47; }
span { border-color: rgb(96,122,71); }
td.TdClassName
{
border-color: #607A47;
}
.TagClassName
{
border-color: #607A47;
}
</style>