Shades of Dingley #607450
Tints of Dingley #607450
RGB
CMYK
RGB Variations
Color information
#607450 (or 0x607450) is known color: Dingley. HEX triplet: 60, 74 and 50. RGB value is (96,116,80). Sum of RGB (Red+Green+Blue) = 96+116+80=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 116 - color contains mainly: green. Hex color #607450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607450 is #9F8BAF. Grayscale: #6A6A6A. Windows color (decimal): -10455984 or 5272672. OLE color: 5272672.
HSL color Cylindrical-coordinate representation of color #607450: hue angle of 93.33º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #607450 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 116 | 80 | - |
| CMYK | 0.17 | 0 | 0.31 | 0.55 |
| HSL | 93.33º | 0.18% | 0.38% | - |
| HSV(B) | 93.33º | 0.31% | 0.45% | - |
| XYZ | 12.52 | 15.56 | 9.93 | - |
| YUV | 105.92 | 113.37 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 116 | 80 | 0.17 | 0 | 0.31 | 0.55 | 93.33 | 0.18 | 0.38 |
| Hex | 60 | 74 | 50 | 11 | 0 | 1F | 37 | 5D | 12 | 26 |
| Octal | 140 | 164 | 120 | 21 | 0 | 37 | 67 | 135 | 22 | 46 |
| Binary | 1100000 | 1110100 | 1010000 | 10001 | 0 | 11111 | 110111 | 1011101 | 10010 | 100110 |
Color Harmonies of #607450
Complementary color
Monochromatic Colors of #607450
Black with #607450
Text Example
Text Example
White with #607450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607450; }
p { color: rgb(96,116,80); }
H1.HeaderClassName
{
color: #607450;
}
.AnyTagClassName
{
color: #607450;
}
</style>
background-color css
<style>
a { background-color: #607450; }
a { background-color: rgb(96,116,80); }
div.DivClassName
{
background-color: #607450;
}
.BgClassName
{
background-color: #607450;
}
</style>
border-color css
<style>
span { border-color: #607450; }
span { border-color: rgb(96,116,80); }
td.TdClassName
{
border-color: #607450;
}
.TagClassName
{
border-color: #607450;
}
</style>