Shades of Dingley #607E36
Tints of Dingley #607E36
RGB
CMYK
RGB Variations
Color information
#607E36 (or 0x607E36) is known color: Dingley. HEX triplet: 60, 7E and 36. RGB value is (96,126,54). Sum of RGB (Red+Green+Blue) = 96+126+54=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 126 (49.61% from 255 or 45.65% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 126 - color contains mainly: green. Hex color #607E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607E36 is #9F81C9. Grayscale: #6D6D6D. Windows color (decimal): -10453450 or 3571296. OLE color: 3571296.
HSL color Cylindrical-coordinate representation of color #607E36: hue angle of 85º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #607E36 is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 126 | 54 | - |
| CMYK | 0.24 | 0 | 0.57 | 0.51 |
| HSL | 85º | 0.4% | 0.35% | - |
| HSV(B) | 85º | 0.57% | 0.49% | - |
| XYZ | 12.95 | 17.67 | 6.22 | - |
| YUV | 108.82 | 97.06 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 126 | 54 | 0.24 | 0 | 0.57 | 0.51 | 85 | 0.4 | 0.35 |
| Hex | 60 | 7E | 36 | 18 | 0 | 39 | 33 | 55 | 28 | 23 |
| Octal | 140 | 176 | 66 | 30 | 0 | 71 | 63 | 125 | 50 | 43 |
| Binary | 1100000 | 1111110 | 110110 | 11000 | 0 | 111001 | 110011 | 1010101 | 101000 | 100011 |
Color Harmonies of #607E36
Complementary color
Monochromatic Colors of #607E36
Black with #607E36
Text Example
Text Example
White with #607E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607E36; }
p { color: rgb(96,126,54); }
H1.HeaderClassName
{
color: #607E36;
}
.AnyTagClassName
{
color: #607E36;
}
</style>
background-color css
<style>
a { background-color: #607E36; }
a { background-color: rgb(96,126,54); }
div.DivClassName
{
background-color: #607E36;
}
.BgClassName
{
background-color: #607E36;
}
</style>
border-color css
<style>
span { border-color: #607E36; }
span { border-color: rgb(96,126,54); }
td.TdClassName
{
border-color: #607E36;
}
.TagClassName
{
border-color: #607E36;
}
</style>