Shades of Dingley #617A4C
Tints of Dingley #617A4C
RGB
CMYK
RGB Variations
Color information
#617A4C (or 0x617A4C) is known color: Dingley. HEX triplet: 61, 7A and 4C. RGB value is (97,122,76). Sum of RGB (Red+Green+Blue) = 97+122+76=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 122 (48.05% from 255 or 41.36% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 122 - color contains mainly: green. Hex color #617A4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617A4C is #9E85B3. Grayscale: #6D6D6D. Windows color (decimal): -10388916 or 5012065. OLE color: 5012065.
HSL color Cylindrical-coordinate representation of color #617A4C: hue angle of 92.61º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #617A4C is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 122 | 76 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.52 |
| HSL | 92.61º | 0.23% | 0.39% | - |
| HSV(B) | 92.61º | 0.38% | 0.48% | - |
| XYZ | 13.19 | 16.98 | 9.42 | - |
| YUV | 109.28 | 109.22 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 122 | 76 | 0.20 | 0 | 0.38 | 0.52 | 92.61 | 0.23 | 0.39 |
| Hex | 61 | 7A | 4C | 14 | 0 | 26 | 34 | 5D | 17 | 27 |
| Octal | 141 | 172 | 114 | 24 | 0 | 46 | 64 | 135 | 27 | 47 |
| Binary | 1100001 | 1111010 | 1001100 | 10100 | 0 | 100110 | 110100 | 1011101 | 10111 | 100111 |
Color Harmonies of #617A4C
Complementary color
Monochromatic Colors of #617A4C
Black with #617A4C
Text Example
Text Example
White with #617A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617A4C; }
p { color: rgb(97,122,76); }
H1.HeaderClassName
{
color: #617A4C;
}
.AnyTagClassName
{
color: #617A4C;
}
</style>
background-color css
<style>
a { background-color: #617A4C; }
a { background-color: rgb(97,122,76); }
div.DivClassName
{
background-color: #617A4C;
}
.BgClassName
{
background-color: #617A4C;
}
</style>
border-color css
<style>
span { border-color: #617A4C; }
span { border-color: rgb(97,122,76); }
td.TdClassName
{
border-color: #617A4C;
}
.TagClassName
{
border-color: #617A4C;
}
</style>