Shades of Willow Grove #616D52
Tints of Willow Grove #616D52
RGB
CMYK
RGB Variations
Color information
#616D52 (or 0x616D52) is known color: Willow Grove. HEX triplet: 61, 6D and 52. RGB value is (97,109,82). Sum of RGB (Red+Green+Blue) = 97+109+82=288 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.68% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 109 - color contains mainly: green. Hex color #616D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616D52 is #9E92AD. Grayscale: #666666. Windows color (decimal): -10392238 or 5401953. OLE color: 5401953.
HSL color Cylindrical-coordinate representation of color #616D52: hue angle of 86.67º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #616D52 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 109 | 82 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.57 |
| HSL | 86.67º | 0.14% | 0.37% | - |
| HSV(B) | 86.67º | 0.25% | 0.43% | - |
| XYZ | 11.92 | 14.09 | 10.07 | - |
| YUV | 102.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 109 | 82 | 0.11 | 0 | 0.25 | 0.57 | 86.67 | 0.14 | 0.37 |
| Hex | 61 | 6D | 52 | B | 0 | 19 | 39 | 57 | E | 25 |
| Octal | 141 | 155 | 122 | 13 | 0 | 31 | 71 | 127 | 16 | 45 |
| Binary | 1100001 | 1101101 | 1010010 | 1011 | 0 | 11001 | 111001 | 1010111 | 1110 | 100101 |
Color Harmonies of #616D52
Complementary color
Monochromatic Colors of #616D52
Black with #616D52
Text Example
Text Example
White with #616D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616D52; }
p { color: rgb(97,109,82); }
H1.HeaderClassName
{
color: #616D52;
}
.AnyTagClassName
{
color: #616D52;
}
</style>
background-color css
<style>
a { background-color: #616D52; }
a { background-color: rgb(97,109,82); }
div.DivClassName
{
background-color: #616D52;
}
.BgClassName
{
background-color: #616D52;
}
</style>
border-color css
<style>
span { border-color: #616D52; }
span { border-color: rgb(97,109,82); }
td.TdClassName
{
border-color: #616D52;
}
.TagClassName
{
border-color: #616D52;
}
</style>