Shades of Dingley #607250
Tints of Dingley #607250
RGB
CMYK
RGB Variations
Color information
#607250 (or 0x607250) is known color: Dingley. HEX triplet: 60, 72 and 50. RGB value is (96,114,80). Sum of RGB (Red+Green+Blue) = 96+114+80=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 114 - color contains mainly: green. Hex color #607250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607250 is #9F8DAF. Grayscale: #686868. Windows color (decimal): -10456496 or 5272160. OLE color: 5272160.
HSL color Cylindrical-coordinate representation of color #607250: hue angle of 91.76º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #607250 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 114 | 80 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.55 |
| HSL | 91.76º | 0.18% | 0.38% | - |
| HSV(B) | 91.76º | 0.3% | 0.45% | - |
| XYZ | 12.29 | 15.1 | 9.86 | - |
| YUV | 104.74 | 114.04 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 114 | 80 | 0.16 | 0 | 0.30 | 0.55 | 91.76 | 0.18 | 0.38 |
| Hex | 60 | 72 | 50 | 10 | 0 | 1E | 37 | 5C | 12 | 26 |
| Octal | 140 | 162 | 120 | 20 | 0 | 36 | 67 | 134 | 22 | 46 |
| Binary | 1100000 | 1110010 | 1010000 | 10000 | 0 | 11110 | 110111 | 1011100 | 10010 | 100110 |
Color Harmonies of #607250
Complementary color
Monochromatic Colors of #607250
Black with #607250
Text Example
Text Example
White with #607250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607250; }
p { color: rgb(96,114,80); }
H1.HeaderClassName
{
color: #607250;
}
.AnyTagClassName
{
color: #607250;
}
</style>
background-color css
<style>
a { background-color: #607250; }
a { background-color: rgb(96,114,80); }
div.DivClassName
{
background-color: #607250;
}
.BgClassName
{
background-color: #607250;
}
</style>
border-color css
<style>
span { border-color: #607250; }
span { border-color: rgb(96,114,80); }
td.TdClassName
{
border-color: #607250;
}
.TagClassName
{
border-color: #607250;
}
</style>