Shades of Willow Grove #616D53
Tints of Willow Grove #616D53
RGB
CMYK
RGB Variations
Color information
#616D53 (or 0x616D53) is known color: Willow Grove. HEX triplet: 61, 6D and 53. RGB value is (97,109,83). Sum of RGB (Red+Green+Blue) = 97+109+83=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 83 (32.81% from 255 or 28.72% from 289); Max value from RGB is 109 - color contains mainly: green. Hex color #616D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616D53 is #9E92AC. Grayscale: #666666. Windows color (decimal): -10392237 or 5467489. OLE color: 5467489.
HSL color Cylindrical-coordinate representation of color #616D53: hue angle of 87.69º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #616D53 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 109 | 83 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.57 |
| HSL | 87.69º | 0.14% | 0.38% | - |
| HSV(B) | 87.69º | 0.24% | 0.43% | - |
| XYZ | 11.96 | 14.1 | 10.28 | - |
| YUV | 102.45 | 117.02 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 109 | 83 | 0.11 | 0 | 0.24 | 0.57 | 87.69 | 0.14 | 0.38 |
| Hex | 61 | 6D | 53 | B | 0 | 18 | 39 | 58 | E | 26 |
| Octal | 141 | 155 | 123 | 13 | 0 | 30 | 71 | 130 | 16 | 46 |
| Binary | 1100001 | 1101101 | 1010011 | 1011 | 0 | 11000 | 111001 | 1011000 | 1110 | 100110 |
Color Harmonies of #616D53
Complementary color
Monochromatic Colors of #616D53
Black with #616D53
Text Example
Text Example
White with #616D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616D53; }
p { color: rgb(97,109,83); }
H1.HeaderClassName
{
color: #616D53;
}
.AnyTagClassName
{
color: #616D53;
}
</style>
background-color css
<style>
a { background-color: #616D53; }
a { background-color: rgb(97,109,83); }
div.DivClassName
{
background-color: #616D53;
}
.BgClassName
{
background-color: #616D53;
}
</style>
border-color css
<style>
span { border-color: #616D53; }
span { border-color: rgb(97,109,83); }
td.TdClassName
{
border-color: #616D53;
}
.TagClassName
{
border-color: #616D53;
}
</style>