Shades of Dingley #607A48
Tints of Dingley #607A48
RGB
CMYK
RGB Variations
Color information
#607A48 (or 0x607A48) is known color: Dingley. HEX triplet: 60, 7A and 48. RGB value is (96,122,72). Sum of RGB (Red+Green+Blue) = 96+122+72=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 122 (48.05% from 255 or 42.07% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 122 - color contains mainly: green. Hex color #607A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607A48 is #9F85B7. Grayscale: #6C6C6C. Windows color (decimal): -10454456 or 4749920. OLE color: 4749920.
HSL color Cylindrical-coordinate representation of color #607A48: hue angle of 91.2º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #607A48 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 122 | 72 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.52 |
| HSL | 91.2º | 0.26% | 0.38% | - |
| HSV(B) | 91.2º | 0.41% | 0.48% | - |
| XYZ | 12.95 | 16.87 | 8.71 | - |
| YUV | 108.53 | 107.39 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 122 | 72 | 0.21 | 0 | 0.41 | 0.52 | 91.2 | 0.26 | 0.38 |
| Hex | 60 | 7A | 48 | 15 | 0 | 29 | 34 | 5B | 1A | 26 |
| Octal | 140 | 172 | 110 | 25 | 0 | 51 | 64 | 133 | 32 | 46 |
| Binary | 1100000 | 1111010 | 1001000 | 10101 | 0 | 101001 | 110100 | 1011011 | 11010 | 100110 |
Color Harmonies of #607A48
Complementary color
Monochromatic Colors of #607A48
Black with #607A48
Text Example
Text Example
White with #607A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607A48; }
p { color: rgb(96,122,72); }
H1.HeaderClassName
{
color: #607A48;
}
.AnyTagClassName
{
color: #607A48;
}
</style>
background-color css
<style>
a { background-color: #607A48; }
a { background-color: rgb(96,122,72); }
div.DivClassName
{
background-color: #607A48;
}
.BgClassName
{
background-color: #607A48;
}
</style>
border-color css
<style>
span { border-color: #607A48; }
span { border-color: rgb(96,122,72); }
td.TdClassName
{
border-color: #607A48;
}
.TagClassName
{
border-color: #607A48;
}
</style>