Shades of Dingley #617A4F
Tints of Dingley #617A4F
RGB
CMYK
RGB Variations
Color information
#617A4F (or 0x617A4F) is known color: Dingley. HEX triplet: 61, 7A and 4F. RGB value is (97,122,79). Sum of RGB (Red+Green+Blue) = 97+122+79=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 79 (31.25% from 255 or 26.51% from 298); Max value from RGB is 122 - color contains mainly: green. Hex color #617A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617A4F is #9E85B0. Grayscale: #6D6D6D. Windows color (decimal): -10388913 or 5208673. OLE color: 5208673.
HSL color Cylindrical-coordinate representation of color #617A4F: hue angle of 94.88º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #617A4F is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 122 | 79 | - |
| CMYK | 0.20 | 0 | 0.35 | 0.52 |
| HSL | 94.88º | 0.21% | 0.39% | - |
| HSV(B) | 94.88º | 0.35% | 0.48% | - |
| XYZ | 13.3 | 17.02 | 9.98 | - |
| YUV | 109.62 | 110.72 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 122 | 79 | 0.20 | 0 | 0.35 | 0.52 | 94.88 | 0.21 | 0.39 |
| Hex | 61 | 7A | 4F | 14 | 0 | 23 | 34 | 5F | 15 | 27 |
| Octal | 141 | 172 | 117 | 24 | 0 | 43 | 64 | 137 | 25 | 47 |
| Binary | 1100001 | 1111010 | 1001111 | 10100 | 0 | 100011 | 110100 | 1011111 | 10101 | 100111 |
Color Harmonies of #617A4F
Complementary color
Monochromatic Colors of #617A4F
Black with #617A4F
Text Example
Text Example
White with #617A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617A4F; }
p { color: rgb(97,122,79); }
H1.HeaderClassName
{
color: #617A4F;
}
.AnyTagClassName
{
color: #617A4F;
}
</style>
background-color css
<style>
a { background-color: #617A4F; }
a { background-color: rgb(97,122,79); }
div.DivClassName
{
background-color: #617A4F;
}
.BgClassName
{
background-color: #617A4F;
}
</style>
border-color css
<style>
span { border-color: #617A4F; }
span { border-color: rgb(97,122,79); }
td.TdClassName
{
border-color: #617A4F;
}
.TagClassName
{
border-color: #617A4F;
}
</style>