Shades of Dingley #608E40
Tints of Dingley #608E40
RGB
CMYK
RGB Variations
Color information
#608E40 (or 0x608E40) is known color: Dingley. HEX triplet: 60, 8E and 40. RGB value is (96,142,64). Sum of RGB (Red+Green+Blue) = 96+142+64=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 142 (55.86% from 255 or 47.02% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 142 - color contains mainly: green. Hex color #608E40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608E40 is #9F71BF. Grayscale: #777777. Windows color (decimal): -10449344 or 4230752. OLE color: 4230752.
HSL color Cylindrical-coordinate representation of color #608E40: hue angle of 95.38º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #608E40 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 142 | 64 | - |
| CMYK | 0.32 | 0 | 0.55 | 0.44 |
| HSL | 95.38º | 0.38% | 0.4% | - |
| HSV(B) | 95.38º | 0.55% | 0.56% | - |
| XYZ | 15.42 | 22.2 | 8.32 | - |
| YUV | 119.35 | 96.76 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 142 | 64 | 0.32 | 0 | 0.55 | 0.44 | 95.38 | 0.38 | 0.4 |
| Hex | 60 | 8E | 40 | 20 | 0 | 37 | 2C | 5F | 26 | 28 |
| Octal | 140 | 216 | 100 | 40 | 0 | 67 | 54 | 137 | 46 | 50 |
| Binary | 1100000 | 10001110 | 1000000 | 100000 | 0 | 110111 | 101100 | 1011111 | 100110 | 101000 |
Color Harmonies of #608E40
Complementary color
Monochromatic Colors of #608E40
Black with #608E40
Text Example
Text Example
White with #608E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608E40; }
p { color: rgb(96,142,64); }
H1.HeaderClassName
{
color: #608E40;
}
.AnyTagClassName
{
color: #608E40;
}
</style>
background-color css
<style>
a { background-color: #608E40; }
a { background-color: rgb(96,142,64); }
div.DivClassName
{
background-color: #608E40;
}
.BgClassName
{
background-color: #608E40;
}
</style>
border-color css
<style>
span { border-color: #608E40; }
span { border-color: rgb(96,142,64); }
td.TdClassName
{
border-color: #608E40;
}
.TagClassName
{
border-color: #608E40;
}
</style>