Shades of Dingley #608040
Tints of Dingley #608040
RGB
CMYK
RGB Variations
Color information
#608040 (or 0x608040) is known color: Dingley. HEX triplet: 60, 80 and 40. RGB value is (96,128,64). Sum of RGB (Red+Green+Blue) = 96+128+64=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 128 - color contains mainly: green. Hex color #608040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608040 is #9F7FBF. Grayscale: #6F6F6F. Windows color (decimal): -10452928 or 4227168. OLE color: 4227168.
HSL color Cylindrical-coordinate representation of color #608040: hue angle of 90º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #608040 is Cyan = 0.25, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 128 | 64 | - |
| CMYK | 0.25 | 0 | 0.5 | 0.50 |
| HSL | 90º | 0.33% | 0.38% | - |
| HSV(B) | 90º | 0.5% | 0.5% | - |
| XYZ | 13.47 | 18.3 | 7.67 | - |
| YUV | 111.14 | 101.4 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 128 | 64 | 0.25 | 0 | 0.5 | 0.50 | 90 | 0.33 | 0.38 |
| Hex | 60 | 80 | 40 | 19 | 0 | 32 | 32 | 5A | 21 | 26 |
| Octal | 140 | 200 | 100 | 31 | 0 | 62 | 62 | 132 | 41 | 46 |
| Binary | 1100000 | 10000000 | 1000000 | 11001 | 0 | 110010 | 110010 | 1011010 | 100001 | 100110 |
Color Harmonies of #608040
Complementary color
Monochromatic Colors of #608040
Black with #608040
Text Example
Text Example
White with #608040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608040; }
p { color: rgb(96,128,64); }
H1.HeaderClassName
{
color: #608040;
}
.AnyTagClassName
{
color: #608040;
}
</style>
background-color css
<style>
a { background-color: #608040; }
a { background-color: rgb(96,128,64); }
div.DivClassName
{
background-color: #608040;
}
.BgClassName
{
background-color: #608040;
}
</style>
border-color css
<style>
span { border-color: #608040; }
span { border-color: rgb(96,128,64); }
td.TdClassName
{
border-color: #608040;
}
.TagClassName
{
border-color: #608040;
}
</style>