Shades of Dingley #617D42
Tints of Dingley #617D42
RGB
CMYK
RGB Variations
Color information
#617D42 (or 0x617D42) is known color: Dingley. HEX triplet: 61, 7D and 42. RGB value is (97,125,66). Sum of RGB (Red+Green+Blue) = 97+125+66=288 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.68% from 288); Green value is 125 (49.22% from 255 or 43.40% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 125 - color contains mainly: green. Hex color #617D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617D42 is #9E82BD. Grayscale: #6E6E6E. Windows color (decimal): -10388158 or 4357473. OLE color: 4357473.
HSL color Cylindrical-coordinate representation of color #617D42: hue angle of 88.47º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #617D42 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 125 | 66 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.51 |
| HSL | 88.47º | 0.31% | 0.37% | - |
| HSV(B) | 88.47º | 0.47% | 0.49% | - |
| XYZ | 13.25 | 17.6 | 7.85 | - |
| YUV | 109.9 | 103.22 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 125 | 66 | 0.22 | 0 | 0.47 | 0.51 | 88.47 | 0.31 | 0.37 |
| Hex | 61 | 7D | 42 | 16 | 0 | 2F | 33 | 58 | 1F | 25 |
| Octal | 141 | 175 | 102 | 26 | 0 | 57 | 63 | 130 | 37 | 45 |
| Binary | 1100001 | 1111101 | 1000010 | 10110 | 0 | 101111 | 110011 | 1011000 | 11111 | 100101 |
Color Harmonies of #617D42
Complementary color
Monochromatic Colors of #617D42
Black with #617D42
Text Example
Text Example
White with #617D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617D42; }
p { color: rgb(97,125,66); }
H1.HeaderClassName
{
color: #617D42;
}
.AnyTagClassName
{
color: #617D42;
}
</style>
background-color css
<style>
a { background-color: #617D42; }
a { background-color: rgb(97,125,66); }
div.DivClassName
{
background-color: #617D42;
}
.BgClassName
{
background-color: #617D42;
}
</style>
border-color css
<style>
span { border-color: #617D42; }
span { border-color: rgb(97,125,66); }
td.TdClassName
{
border-color: #617D42;
}
.TagClassName
{
border-color: #617D42;
}
</style>