Shades of Dingley #617A4A
Tints of Dingley #617A4A
RGB
CMYK
RGB Variations
Color information
#617A4A (or 0x617A4A) is known color: Dingley. HEX triplet: 61, 7A and 4A. RGB value is (97,122,74). Sum of RGB (Red+Green+Blue) = 97+122+74=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 122 (48.05% from 255 or 41.64% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 122 - color contains mainly: green. Hex color #617A4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617A4A is #9E85B5. Grayscale: #6D6D6D. Windows color (decimal): -10388918 or 4880993. OLE color: 4880993.
HSL color Cylindrical-coordinate representation of color #617A4A: hue angle of 91.25º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #617A4A is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 122 | 74 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.52 |
| HSL | 91.25º | 0.24% | 0.38% | - |
| HSV(B) | 91.25º | 0.39% | 0.48% | - |
| XYZ | 13.13 | 16.95 | 9.06 | - |
| YUV | 109.05 | 108.22 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 122 | 74 | 0.20 | 0 | 0.39 | 0.52 | 91.25 | 0.24 | 0.38 |
| Hex | 61 | 7A | 4A | 14 | 0 | 27 | 34 | 5B | 18 | 26 |
| Octal | 141 | 172 | 112 | 24 | 0 | 47 | 64 | 133 | 30 | 46 |
| Binary | 1100001 | 1111010 | 1001010 | 10100 | 0 | 100111 | 110100 | 1011011 | 11000 | 100110 |
Color Harmonies of #617A4A
Complementary color
Monochromatic Colors of #617A4A
Black with #617A4A
Text Example
Text Example
White with #617A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617A4A; }
p { color: rgb(97,122,74); }
H1.HeaderClassName
{
color: #617A4A;
}
.AnyTagClassName
{
color: #617A4A;
}
</style>
background-color css
<style>
a { background-color: #617A4A; }
a { background-color: rgb(97,122,74); }
div.DivClassName
{
background-color: #617A4A;
}
.BgClassName
{
background-color: #617A4A;
}
</style>
border-color css
<style>
span { border-color: #617A4A; }
span { border-color: rgb(97,122,74); }
td.TdClassName
{
border-color: #617A4A;
}
.TagClassName
{
border-color: #617A4A;
}
</style>