Shades of Dingley #617941
Tints of Dingley #617941
RGB
CMYK
RGB Variations
Color information
#617941 (or 0x617941) is known color: Dingley. HEX triplet: 61, 79 and 41. RGB value is (97,121,65). Sum of RGB (Red+Green+Blue) = 97+121+65=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 121 (47.66% from 255 or 42.76% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 121 - color contains mainly: green. Hex color #617941 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617941 is #9E86BE. Grayscale: #6B6B6B. Windows color (decimal): -10389183 or 4290913. OLE color: 4290913.
HSL color Cylindrical-coordinate representation of color #617941: hue angle of 85.71º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #617941 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 97 | 121 | 65 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.53 |
| HSL | 85.71º | 0.3% | 0.36% | - |
| HSV(B) | 85.71º | 0.46% | 0.47% | - |
| XYZ | 12.72 | 16.6 | 7.53 | - |
| YUV | 107.44 | 104.05 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 121 | 65 | 0.20 | 0 | 0.46 | 0.53 | 85.71 | 0.3 | 0.36 |
| Hex | 61 | 79 | 41 | 14 | 0 | 2E | 35 | 56 | 1E | 24 |
| Octal | 141 | 171 | 101 | 24 | 0 | 56 | 65 | 126 | 36 | 44 |
| Binary | 1100001 | 1111001 | 1000001 | 10100 | 0 | 101110 | 110101 | 1010110 | 11110 | 100100 |
Color Harmonies of #617941
Complementary color
Monochromatic Colors of #617941
Black with #617941
Text Example
Text Example
White with #617941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617941; }
p { color: rgb(97,121,65); }
H1.HeaderClassName
{
color: #617941;
}
.AnyTagClassName
{
color: #617941;
}
</style>
background-color css
<style>
a { background-color: #617941; }
a { background-color: rgb(97,121,65); }
div.DivClassName
{
background-color: #617941;
}
.BgClassName
{
background-color: #617941;
}
</style>
border-color css
<style>
span { border-color: #617941; }
span { border-color: rgb(97,121,65); }
td.TdClassName
{
border-color: #617941;
}
.TagClassName
{
border-color: #617941;
}
</style>