Shades of Dingley #607842
Tints of Dingley #607842
RGB
CMYK
RGB Variations
Color information
#607842 (or 0x607842) is known color: Dingley. HEX triplet: 60, 78 and 42. RGB value is (96,120,66). Sum of RGB (Red+Green+Blue) = 96+120+66=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 120 (47.27% from 255 or 42.55% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 120 - color contains mainly: green. Hex color #607842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607842 is #9F87BD. Grayscale: #6A6A6A. Windows color (decimal): -10454974 or 4356192. OLE color: 4356192.
HSL color Cylindrical-coordinate representation of color #607842: hue angle of 86.67º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #607842 is Cyan = 0.2, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 120 | 66 | - |
| CMYK | 0.2 | 0 | 0.45 | 0.53 |
| HSL | 86.67º | 0.29% | 0.36% | - |
| HSV(B) | 86.67º | 0.45% | 0.47% | - |
| XYZ | 12.52 | 16.31 | 7.64 | - |
| YUV | 106.67 | 105.05 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 120 | 66 | 0.2 | 0 | 0.45 | 0.53 | 86.67 | 0.29 | 0.36 |
| Hex | 60 | 78 | 42 | 14 | 0 | 2D | 35 | 57 | 1D | 24 |
| Octal | 140 | 170 | 102 | 24 | 0 | 55 | 65 | 127 | 35 | 44 |
| Binary | 1100000 | 1111000 | 1000010 | 10100 | 0 | 101101 | 110101 | 1010111 | 11101 | 100100 |
Color Harmonies of #607842
Complementary color
Monochromatic Colors of #607842
Black with #607842
Text Example
Text Example
White with #607842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607842; }
p { color: rgb(96,120,66); }
H1.HeaderClassName
{
color: #607842;
}
.AnyTagClassName
{
color: #607842;
}
</style>
background-color css
<style>
a { background-color: #607842; }
a { background-color: rgb(96,120,66); }
div.DivClassName
{
background-color: #607842;
}
.BgClassName
{
background-color: #607842;
}
</style>
border-color css
<style>
span { border-color: #607842; }
span { border-color: rgb(96,120,66); }
td.TdClassName
{
border-color: #607842;
}
.TagClassName
{
border-color: #607842;
}
</style>