Shades of Dingley #617C39
Tints of Dingley #617C39
RGB
CMYK
RGB Variations
Color information
#617C39 (or 0x617C39) is known color: Dingley. HEX triplet: 61, 7C and 39. RGB value is (97,124,57). Sum of RGB (Red+Green+Blue) = 97+124+57=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 124 (48.83% from 255 or 44.60% from 278); Blue value is 57 (22.66% from 255 or 20.50% from 278); Max value from RGB is 124 - color contains mainly: green. Hex color #617C39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617C39 is #9E83C6. Grayscale: #6C6C6C. Windows color (decimal): -10388423 or 3767393. OLE color: 3767393.
HSL color Cylindrical-coordinate representation of color #617C39: hue angle of 84.18º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #617C39 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 124 | 57 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.51 |
| HSL | 84.18º | 0.37% | 0.35% | - |
| HSV(B) | 84.18º | 0.54% | 0.49% | - |
| XYZ | 12.88 | 17.25 | 6.52 | - |
| YUV | 108.29 | 99.05 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 124 | 57 | 0.22 | 0 | 0.54 | 0.51 | 84.18 | 0.37 | 0.35 |
| Hex | 61 | 7C | 39 | 16 | 0 | 36 | 33 | 54 | 25 | 23 |
| Octal | 141 | 174 | 71 | 26 | 0 | 66 | 63 | 124 | 45 | 43 |
| Binary | 1100001 | 1111100 | 111001 | 10110 | 0 | 110110 | 110011 | 1010100 | 100101 | 100011 |
Color Harmonies of #617C39
Complementary color
Monochromatic Colors of #617C39
Black with #617C39
Text Example
Text Example
White with #617C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617C39; }
p { color: rgb(97,124,57); }
H1.HeaderClassName
{
color: #617C39;
}
.AnyTagClassName
{
color: #617C39;
}
</style>
background-color css
<style>
a { background-color: #617C39; }
a { background-color: rgb(97,124,57); }
div.DivClassName
{
background-color: #617C39;
}
.BgClassName
{
background-color: #617C39;
}
</style>
border-color css
<style>
span { border-color: #617C39; }
span { border-color: rgb(97,124,57); }
td.TdClassName
{
border-color: #617C39;
}
.TagClassName
{
border-color: #617C39;
}
</style>