Shades of Dingley #618D3D
Tints of Dingley #618D3D
RGB
CMYK
RGB Variations
Color information
#618D3D (or 0x618D3D) is known color: Dingley. HEX triplet: 61, 8D and 3D. RGB value is (97,141,61). Sum of RGB (Red+Green+Blue) = 97+141+61=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 141 (55.47% from 255 or 47.16% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 141 - color contains mainly: green. Hex color #618D3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618D3D is #9E72C2. Grayscale: #767676. Windows color (decimal): -10384067 or 4033889. OLE color: 4033889.
HSL color Cylindrical-coordinate representation of color #618D3D: hue angle of 93º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #618D3D is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 141 | 61 | - |
| CMYK | 0.31 | 0 | 0.57 | 0.45 |
| HSL | 93º | 0.4% | 0.4% | - |
| HSV(B) | 93º | 0.57% | 0.55% | - |
| XYZ | 15.3 | 21.93 | 7.84 | - |
| YUV | 118.72 | 95.42 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 141 | 61 | 0.31 | 0 | 0.57 | 0.45 | 93 | 0.4 | 0.4 |
| Hex | 61 | 8D | 3D | 1F | 0 | 39 | 2D | 5D | 28 | 28 |
| Octal | 141 | 215 | 75 | 37 | 0 | 71 | 55 | 135 | 50 | 50 |
| Binary | 1100001 | 10001101 | 111101 | 11111 | 0 | 111001 | 101101 | 1011101 | 101000 | 101000 |
Color Harmonies of #618D3D
Complementary color
Monochromatic Colors of #618D3D
Black with #618D3D
Text Example
Text Example
White with #618D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618D3D; }
p { color: rgb(97,141,61); }
H1.HeaderClassName
{
color: #618D3D;
}
.AnyTagClassName
{
color: #618D3D;
}
</style>
background-color css
<style>
a { background-color: #618D3D; }
a { background-color: rgb(97,141,61); }
div.DivClassName
{
background-color: #618D3D;
}
.BgClassName
{
background-color: #618D3D;
}
</style>
border-color css
<style>
span { border-color: #618D3D; }
span { border-color: rgb(97,141,61); }
td.TdClassName
{
border-color: #618D3D;
}
.TagClassName
{
border-color: #618D3D;
}
</style>