Shades of Dingley #607C3F
Tints of Dingley #607C3F
RGB
CMYK
RGB Variations
Color information
#607C3F (or 0x607C3F) is known color: Dingley. HEX triplet: 60, 7C and 3F. RGB value is (96,124,63). Sum of RGB (Red+Green+Blue) = 96+124+63=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 124 (48.83% from 255 or 43.82% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 124 - color contains mainly: green. Hex color #607C3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607C3F is #9F83C0. Grayscale: #6C6C6C. Windows color (decimal): -10453953 or 4160608. OLE color: 4160608.
HSL color Cylindrical-coordinate representation of color #607C3F: hue angle of 87.54º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #607C3F is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 124 | 63 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.51 |
| HSL | 87.54º | 0.33% | 0.37% | - |
| HSV(B) | 87.54º | 0.49% | 0.49% | - |
| XYZ | 12.93 | 17.26 | 7.35 | - |
| YUV | 108.67 | 102.22 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 63 | 0.23 | 0 | 0.49 | 0.51 | 87.54 | 0.33 | 0.37 |
| Hex | 60 | 7C | 3F | 17 | 0 | 31 | 33 | 58 | 21 | 25 |
| Octal | 140 | 174 | 77 | 27 | 0 | 61 | 63 | 130 | 41 | 45 |
| Binary | 1100000 | 1111100 | 111111 | 10111 | 0 | 110001 | 110011 | 1011000 | 100001 | 100101 |
Color Harmonies of #607C3F
Complementary color
Monochromatic Colors of #607C3F
Black with #607C3F
Text Example
Text Example
White with #607C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607C3F; }
p { color: rgb(96,124,63); }
H1.HeaderClassName
{
color: #607C3F;
}
.AnyTagClassName
{
color: #607C3F;
}
</style>
background-color css
<style>
a { background-color: #607C3F; }
a { background-color: rgb(96,124,63); }
div.DivClassName
{
background-color: #607C3F;
}
.BgClassName
{
background-color: #607C3F;
}
</style>
border-color css
<style>
span { border-color: #607C3F; }
span { border-color: rgb(96,124,63); }
td.TdClassName
{
border-color: #607C3F;
}
.TagClassName
{
border-color: #607C3F;
}
</style>