Shades of Dingley #617E3F
Tints of Dingley #617E3F
RGB
CMYK
RGB Variations
Color information
#617E3F (or 0x617E3F) is known color: Dingley. HEX triplet: 61, 7E and 3F. RGB value is (97,126,63). Sum of RGB (Red+Green+Blue) = 97+126+63=286 (37% of max value = 765). Red value is 97 (38.28% from 255 or 33.92% from 286); Green value is 126 (49.61% from 255 or 44.06% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 126 - color contains mainly: green. Hex color #617E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617E3F is #9E81C0. Grayscale: #6E6E6E. Windows color (decimal): -10387905 or 4161121. OLE color: 4161121.
HSL color Cylindrical-coordinate representation of color #617E3F: hue angle of 87.62º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #617E3F is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 126 | 63 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.51 |
| HSL | 87.62º | 0.33% | 0.37% | - |
| HSV(B) | 87.62º | 0.5% | 0.49% | - |
| XYZ | 13.29 | 17.82 | 7.44 | - |
| YUV | 110.15 | 101.39 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 126 | 63 | 0.23 | 0 | 0.50 | 0.51 | 87.62 | 0.33 | 0.37 |
| Hex | 61 | 7E | 3F | 17 | 0 | 32 | 33 | 58 | 21 | 25 |
| Octal | 141 | 176 | 77 | 27 | 0 | 62 | 63 | 130 | 41 | 45 |
| Binary | 1100001 | 1111110 | 111111 | 10111 | 0 | 110010 | 110011 | 1011000 | 100001 | 100101 |
Color Harmonies of #617E3F
Complementary color
Monochromatic Colors of #617E3F
Black with #617E3F
Text Example
Text Example
White with #617E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617E3F; }
p { color: rgb(97,126,63); }
H1.HeaderClassName
{
color: #617E3F;
}
.AnyTagClassName
{
color: #617E3F;
}
</style>
background-color css
<style>
a { background-color: #617E3F; }
a { background-color: rgb(97,126,63); }
div.DivClassName
{
background-color: #617E3F;
}
.BgClassName
{
background-color: #617E3F;
}
</style>
border-color css
<style>
span { border-color: #617E3F; }
span { border-color: rgb(97,126,63); }
td.TdClassName
{
border-color: #617E3F;
}
.TagClassName
{
border-color: #617E3F;
}
</style>