Shades of Dingley #618E40
Tints of Dingley #618E40
RGB
CMYK
RGB Variations
Color information
#618E40 (or 0x618E40) is known color: Dingley. HEX triplet: 61, 8E and 40. RGB value is (97,142,64). Sum of RGB (Red+Green+Blue) = 97+142+64=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 142 (55.86% from 255 or 46.86% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 142 - color contains mainly: green. Hex color #618E40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618E40 is #9E71BF. Grayscale: #777777. Windows color (decimal): -10383808 or 4230753. OLE color: 4230753.
HSL color Cylindrical-coordinate representation of color #618E40: hue angle of 94.62º 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 #618E40 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 142 | 64 | - |
| CMYK | 0.32 | 0 | 0.55 | 0.44 |
| HSL | 94.62º | 0.38% | 0.4% | - |
| HSV(B) | 94.62º | 0.55% | 0.56% | - |
| XYZ | 15.53 | 22.26 | 8.33 | - |
| YUV | 119.65 | 96.59 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 142 | 64 | 0.32 | 0 | 0.55 | 0.44 | 94.62 | 0.38 | 0.4 |
| Hex | 61 | 8E | 40 | 20 | 0 | 37 | 2C | 5F | 26 | 28 |
| Octal | 141 | 216 | 100 | 40 | 0 | 67 | 54 | 137 | 46 | 50 |
| Binary | 1100001 | 10001110 | 1000000 | 100000 | 0 | 110111 | 101100 | 1011111 | 100110 | 101000 |
Color Harmonies of #618E40
Complementary color
Monochromatic Colors of #618E40
Black with #618E40
Text Example
Text Example
White with #618E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618E40; }
p { color: rgb(97,142,64); }
H1.HeaderClassName
{
color: #618E40;
}
.AnyTagClassName
{
color: #618E40;
}
</style>
background-color css
<style>
a { background-color: #618E40; }
a { background-color: rgb(97,142,64); }
div.DivClassName
{
background-color: #618E40;
}
.BgClassName
{
background-color: #618E40;
}
</style>
border-color css
<style>
span { border-color: #618E40; }
span { border-color: rgb(97,142,64); }
td.TdClassName
{
border-color: #618E40;
}
.TagClassName
{
border-color: #618E40;
}
</style>