Shades of Dingley #607F41
Tints of Dingley #607F41
RGB
CMYK
RGB Variations
Color information
#607F41 (or 0x607F41) is known color: Dingley. HEX triplet: 60, 7F and 41. RGB value is (96,127,65). Sum of RGB (Red+Green+Blue) = 96+127+65=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 127 (50% from 255 or 44.10% from 288); Blue value is 65 (25.78% from 255 or 22.57% from 288); Max value from RGB is 127 - color contains mainly: green. Hex color #607F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607F41 is #9F80BE. Grayscale: #6E6E6E. Windows color (decimal): -10453183 or 4292448. OLE color: 4292448.
HSL color Cylindrical-coordinate representation of color #607F41: hue angle of 90º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #607F41 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 127 | 65 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.50 |
| HSL | 90º | 0.32% | 0.38% | - |
| HSV(B) | 90º | 0.49% | 0.5% | - |
| XYZ | 13.37 | 18.05 | 7.78 | - |
| YUV | 110.66 | 102.23 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 65 | 0.24 | 0 | 0.49 | 0.50 | 90 | 0.32 | 0.38 |
| Hex | 60 | 7F | 41 | 18 | 0 | 31 | 32 | 5A | 20 | 26 |
| Octal | 140 | 177 | 101 | 30 | 0 | 61 | 62 | 132 | 40 | 46 |
| Binary | 1100000 | 1111111 | 1000001 | 11000 | 0 | 110001 | 110010 | 1011010 | 100000 | 100110 |
Color Harmonies of #607F41
Complementary color
Monochromatic Colors of #607F41
Black with #607F41
Text Example
Text Example
White with #607F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607F41; }
p { color: rgb(96,127,65); }
H1.HeaderClassName
{
color: #607F41;
}
.AnyTagClassName
{
color: #607F41;
}
</style>
background-color css
<style>
a { background-color: #607F41; }
a { background-color: rgb(96,127,65); }
div.DivClassName
{
background-color: #607F41;
}
.BgClassName
{
background-color: #607F41;
}
</style>
border-color css
<style>
span { border-color: #607F41; }
span { border-color: rgb(96,127,65); }
td.TdClassName
{
border-color: #607F41;
}
.TagClassName
{
border-color: #607F41;
}
</style>