Shades of Willow Grove #616E56
Tints of Willow Grove #616E56
RGB
CMYK
RGB Variations
Color information
#616E56 (or 0x616E56) is known color: Willow Grove. HEX triplet: 61, 6E and 56. RGB value is (97,110,86). Sum of RGB (Red+Green+Blue) = 97+110+86=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 110 (43.36% from 255 or 37.54% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 110 - color contains mainly: green. Hex color #616E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616E56 is #9E91A9. Grayscale: #676767. Windows color (decimal): -10391978 or 5664353. OLE color: 5664353.
HSL color Cylindrical-coordinate representation of color #616E56: hue angle of 92.5º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #616E56 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 110 | 86 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.57 |
| HSL | 92.5º | 0.12% | 0.38% | - |
| HSV(B) | 92.5º | 0.22% | 0.43% | - |
| XYZ | 12.19 | 14.37 | 10.93 | - |
| YUV | 103.38 | 118.19 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 110 | 86 | 0.12 | 0 | 0.22 | 0.57 | 92.5 | 0.12 | 0.38 |
| Hex | 61 | 6E | 56 | C | 0 | 16 | 39 | 5C | C | 26 |
| Octal | 141 | 156 | 126 | 14 | 0 | 26 | 71 | 134 | 14 | 46 |
| Binary | 1100001 | 1101110 | 1010110 | 1100 | 0 | 10110 | 111001 | 1011100 | 1100 | 100110 |
Color Harmonies of #616E56
Complementary color
Monochromatic Colors of #616E56
Black with #616E56
Text Example
Text Example
White with #616E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616E56; }
p { color: rgb(97,110,86); }
H1.HeaderClassName
{
color: #616E56;
}
.AnyTagClassName
{
color: #616E56;
}
</style>
background-color css
<style>
a { background-color: #616E56; }
a { background-color: rgb(97,110,86); }
div.DivClassName
{
background-color: #616E56;
}
.BgClassName
{
background-color: #616E56;
}
</style>
border-color css
<style>
span { border-color: #616E56; }
span { border-color: rgb(97,110,86); }
td.TdClassName
{
border-color: #616E56;
}
.TagClassName
{
border-color: #616E56;
}
</style>