Shades of Dingley #618D45
Tints of Dingley #618D45
RGB
CMYK
RGB Variations
Color information
#618D45 (or 0x618D45) is known color: Dingley. HEX triplet: 61, 8D and 45. RGB value is (97,141,69). Sum of RGB (Red+Green+Blue) = 97+141+69=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 141 - color contains mainly: green. Hex color #618D45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618D45 is #9E72BA. Grayscale: #777777. Windows color (decimal): -10384059 or 4558177. OLE color: 4558177.
HSL color Cylindrical-coordinate representation of color #618D45: hue angle of 96.67º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #618D45 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 141 | 69 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.45 |
| HSL | 96.67º | 0.34% | 0.41% | - |
| HSV(B) | 96.67º | 0.51% | 0.55% | - |
| XYZ | 15.53 | 22.02 | 9.06 | - |
| YUV | 119.64 | 99.42 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 141 | 69 | 0.31 | 0 | 0.51 | 0.45 | 96.67 | 0.34 | 0.41 |
| Hex | 61 | 8D | 45 | 1F | 0 | 33 | 2D | 61 | 22 | 29 |
| Octal | 141 | 215 | 105 | 37 | 0 | 63 | 55 | 141 | 42 | 51 |
| Binary | 1100001 | 10001101 | 1000101 | 11111 | 0 | 110011 | 101101 | 1100001 | 100010 | 101001 |
Color Harmonies of #618D45
Complementary color
Monochromatic Colors of #618D45
Black with #618D45
Text Example
Text Example
White with #618D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618D45; }
p { color: rgb(97,141,69); }
H1.HeaderClassName
{
color: #618D45;
}
.AnyTagClassName
{
color: #618D45;
}
</style>
background-color css
<style>
a { background-color: #618D45; }
a { background-color: rgb(97,141,69); }
div.DivClassName
{
background-color: #618D45;
}
.BgClassName
{
background-color: #618D45;
}
</style>
border-color css
<style>
span { border-color: #618D45; }
span { border-color: rgb(97,141,69); }
td.TdClassName
{
border-color: #618D45;
}
.TagClassName
{
border-color: #618D45;
}
</style>