Shades of Dingley #617C3C
Tints of Dingley #617C3C
RGB
CMYK
RGB Variations
Color information
#617C3C (or 0x617C3C) is known color: Dingley. HEX triplet: 61, 7C and 3C. RGB value is (97,124,60). Sum of RGB (Red+Green+Blue) = 97+124+60=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 124 (48.83% from 255 or 44.13% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 124 - color contains mainly: green. Hex color #617C3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617C3C is #9E83C3. Grayscale: #6C6C6C. Windows color (decimal): -10388420 or 3964001. OLE color: 3964001.
HSL color Cylindrical-coordinate representation of color #617C3C: hue angle of 85.31º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #617C3C is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 124 | 60 | - |
| CMYK | 0.22 | 0 | 0.52 | 0.51 |
| HSL | 85.31º | 0.35% | 0.36% | - |
| HSV(B) | 85.31º | 0.52% | 0.49% | - |
| XYZ | 12.95 | 17.28 | 6.93 | - |
| YUV | 108.63 | 100.55 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 124 | 60 | 0.22 | 0 | 0.52 | 0.51 | 85.31 | 0.35 | 0.36 |
| Hex | 61 | 7C | 3C | 16 | 0 | 34 | 33 | 55 | 23 | 24 |
| Octal | 141 | 174 | 74 | 26 | 0 | 64 | 63 | 125 | 43 | 44 |
| Binary | 1100001 | 1111100 | 111100 | 10110 | 0 | 110100 | 110011 | 1010101 | 100011 | 100100 |
Color Harmonies of #617C3C
Complementary color
Monochromatic Colors of #617C3C
Black with #617C3C
Text Example
Text Example
White with #617C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617C3C; }
p { color: rgb(97,124,60); }
H1.HeaderClassName
{
color: #617C3C;
}
.AnyTagClassName
{
color: #617C3C;
}
</style>
background-color css
<style>
a { background-color: #617C3C; }
a { background-color: rgb(97,124,60); }
div.DivClassName
{
background-color: #617C3C;
}
.BgClassName
{
background-color: #617C3C;
}
</style>
border-color css
<style>
span { border-color: #617C3C; }
span { border-color: rgb(97,124,60); }
td.TdClassName
{
border-color: #617C3C;
}
.TagClassName
{
border-color: #617C3C;
}
</style>