Shades of Dingley #617C3A
Tints of Dingley #617C3A
RGB
CMYK
RGB Variations
Color information
#617C3A (or 0x617C3A) is known color: Dingley. HEX triplet: 61, 7C and 3A. RGB value is (97,124,58). Sum of RGB (Red+Green+Blue) = 97+124+58=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 124 (48.83% from 255 or 44.44% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 124 - color contains mainly: green. Hex color #617C3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617C3A is #9E83C5. Grayscale: #6C6C6C. Windows color (decimal): -10388422 or 3832929. OLE color: 3832929.
HSL color Cylindrical-coordinate representation of color #617C3A: hue angle of 84.55º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #617C3A is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 124 | 58 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.51 |
| HSL | 84.55º | 0.36% | 0.36% | - |
| HSV(B) | 84.55º | 0.53% | 0.49% | - |
| XYZ | 12.9 | 17.26 | 6.65 | - |
| YUV | 108.4 | 99.55 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 124 | 58 | 0.22 | 0 | 0.53 | 0.51 | 84.55 | 0.36 | 0.36 |
| Hex | 61 | 7C | 3A | 16 | 0 | 35 | 33 | 55 | 24 | 24 |
| Octal | 141 | 174 | 72 | 26 | 0 | 65 | 63 | 125 | 44 | 44 |
| Binary | 1100001 | 1111100 | 111010 | 10110 | 0 | 110101 | 110011 | 1010101 | 100100 | 100100 |
Color Harmonies of #617C3A
Complementary color
Monochromatic Colors of #617C3A
Black with #617C3A
Text Example
Text Example
White with #617C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617C3A; }
p { color: rgb(97,124,58); }
H1.HeaderClassName
{
color: #617C3A;
}
.AnyTagClassName
{
color: #617C3A;
}
</style>
background-color css
<style>
a { background-color: #617C3A; }
a { background-color: rgb(97,124,58); }
div.DivClassName
{
background-color: #617C3A;
}
.BgClassName
{
background-color: #617C3A;
}
</style>
border-color css
<style>
span { border-color: #617C3A; }
span { border-color: rgb(97,124,58); }
td.TdClassName
{
border-color: #617C3A;
}
.TagClassName
{
border-color: #617C3A;
}
</style>