Shades of Dingley #607F44
Tints of Dingley #607F44
RGB
CMYK
RGB Variations
Color information
#607F44 (or 0x607F44) is known color: Dingley. HEX triplet: 60, 7F and 44. RGB value is (96,127,68). Sum of RGB (Red+Green+Blue) = 96+127+68=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 127 (50% from 255 or 43.64% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 127 - color contains mainly: green. Hex color #607F44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607F44 is #9F80BB. Grayscale: #6F6F6F. Windows color (decimal): -10453180 or 4489056. OLE color: 4489056.
HSL color Cylindrical-coordinate representation of color #607F44: hue angle of 91.53º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #607F44 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 127 | 68 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.50 |
| HSL | 91.53º | 0.3% | 0.38% | - |
| HSV(B) | 91.53º | 0.46% | 0.5% | - |
| XYZ | 13.46 | 18.08 | 8.25 | - |
| YUV | 111.01 | 103.73 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 68 | 0.24 | 0 | 0.46 | 0.50 | 91.53 | 0.3 | 0.38 |
| Hex | 60 | 7F | 44 | 18 | 0 | 2E | 32 | 5C | 1E | 26 |
| Octal | 140 | 177 | 104 | 30 | 0 | 56 | 62 | 134 | 36 | 46 |
| Binary | 1100000 | 1111111 | 1000100 | 11000 | 0 | 101110 | 110010 | 1011100 | 11110 | 100110 |
Color Harmonies of #607F44
Complementary color
Monochromatic Colors of #607F44
Black with #607F44
Text Example
Text Example
White with #607F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607F44; }
p { color: rgb(96,127,68); }
H1.HeaderClassName
{
color: #607F44;
}
.AnyTagClassName
{
color: #607F44;
}
</style>
background-color css
<style>
a { background-color: #607F44; }
a { background-color: rgb(96,127,68); }
div.DivClassName
{
background-color: #607F44;
}
.BgClassName
{
background-color: #607F44;
}
</style>
border-color css
<style>
span { border-color: #607F44; }
span { border-color: rgb(96,127,68); }
td.TdClassName
{
border-color: #607F44;
}
.TagClassName
{
border-color: #607F44;
}
</style>