Shades of Dingley #617E42
Tints of Dingley #617E42
RGB
CMYK
RGB Variations
Color information
#617E42 (or 0x617E42) is known color: Dingley. HEX triplet: 61, 7E and 42. RGB value is (97,126,66). Sum of RGB (Red+Green+Blue) = 97+126+66=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 126 (49.61% from 255 or 43.60% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 126 - color contains mainly: green. Hex color #617E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617E42 is #9E81BD. Grayscale: #6E6E6E. Windows color (decimal): -10387902 or 4357729. OLE color: 4357729.
HSL color Cylindrical-coordinate representation of color #617E42: hue angle of 89º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #617E42 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 126 | 66 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.51 |
| HSL | 89º | 0.31% | 0.38% | - |
| HSV(B) | 89º | 0.48% | 0.49% | - |
| XYZ | 13.37 | 17.86 | 7.9 | - |
| YUV | 110.49 | 102.89 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 126 | 66 | 0.23 | 0 | 0.48 | 0.51 | 89 | 0.31 | 0.38 |
| Hex | 61 | 7E | 42 | 17 | 0 | 30 | 33 | 59 | 1F | 26 |
| Octal | 141 | 176 | 102 | 27 | 0 | 60 | 63 | 131 | 37 | 46 |
| Binary | 1100001 | 1111110 | 1000010 | 10111 | 0 | 110000 | 110011 | 1011001 | 11111 | 100110 |
Color Harmonies of #617E42
Complementary color
Monochromatic Colors of #617E42
Black with #617E42
Text Example
Text Example
White with #617E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617E42; }
p { color: rgb(97,126,66); }
H1.HeaderClassName
{
color: #617E42;
}
.AnyTagClassName
{
color: #617E42;
}
</style>
background-color css
<style>
a { background-color: #617E42; }
a { background-color: rgb(97,126,66); }
div.DivClassName
{
background-color: #617E42;
}
.BgClassName
{
background-color: #617E42;
}
</style>
border-color css
<style>
span { border-color: #617E42; }
span { border-color: rgb(97,126,66); }
td.TdClassName
{
border-color: #617E42;
}
.TagClassName
{
border-color: #617E42;
}
</style>