Shades of Dingley #617E44
Tints of Dingley #617E44
RGB
CMYK
RGB Variations
Color information
#617E44 (or 0x617E44) is known color: Dingley. HEX triplet: 61, 7E and 44. RGB value is (97,126,68). Sum of RGB (Red+Green+Blue) = 97+126+68=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 126 (49.61% from 255 or 43.30% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 126 - color contains mainly: green. Hex color #617E44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617E44 is #9E81BB. Grayscale: #6E6E6E. Windows color (decimal): -10387900 or 4488801. OLE color: 4488801.
HSL color Cylindrical-coordinate representation of color #617E44: hue angle of 90º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #617E44 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 126 | 68 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.51 |
| HSL | 90º | 0.3% | 0.38% | - |
| HSV(B) | 90º | 0.46% | 0.49% | - |
| XYZ | 13.43 | 17.88 | 8.21 | - |
| YUV | 110.72 | 103.89 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 126 | 68 | 0.23 | 0 | 0.46 | 0.51 | 90 | 0.3 | 0.38 |
| Hex | 61 | 7E | 44 | 17 | 0 | 2E | 33 | 5A | 1E | 26 |
| Octal | 141 | 176 | 104 | 27 | 0 | 56 | 63 | 132 | 36 | 46 |
| Binary | 1100001 | 1111110 | 1000100 | 10111 | 0 | 101110 | 110011 | 1011010 | 11110 | 100110 |
Color Harmonies of #617E44
Complementary color
Monochromatic Colors of #617E44
Black with #617E44
Text Example
Text Example
White with #617E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617E44; }
p { color: rgb(97,126,68); }
H1.HeaderClassName
{
color: #617E44;
}
.AnyTagClassName
{
color: #617E44;
}
</style>
background-color css
<style>
a { background-color: #617E44; }
a { background-color: rgb(97,126,68); }
div.DivClassName
{
background-color: #617E44;
}
.BgClassName
{
background-color: #617E44;
}
</style>
border-color css
<style>
span { border-color: #617E44; }
span { border-color: rgb(97,126,68); }
td.TdClassName
{
border-color: #617E44;
}
.TagClassName
{
border-color: #617E44;
}
</style>