Shades of Willow Grove #616959
Tints of Willow Grove #616959
RGB
CMYK
RGB Variations
Color information
#616959 (or 0x616959) is known color: Willow Grove. HEX triplet: 61, 69 and 59. RGB value is (97,105,89). Sum of RGB (Red+Green+Blue) = 97+105+89=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 105 - color contains mainly: green. Hex color #616959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616959 is #9E96A6. Grayscale: #646464. Windows color (decimal): -10393255 or 5859681. OLE color: 5859681.
HSL color Cylindrical-coordinate representation of color #616959: hue angle of 90º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #616959 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 97 | 105 | 89 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.59 |
| HSL | 90º | 0.08% | 0.38% | - |
| HSV(B) | 90º | 0.15% | 0.41% | - |
| XYZ | 11.78 | 13.37 | 11.41 | - |
| YUV | 100.78 | 121.35 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 105 | 89 | 0.08 | 0 | 0.15 | 0.59 | 90 | 0.08 | 0.38 |
| Hex | 61 | 69 | 59 | 8 | 0 | F | 3B | 5A | 8 | 26 |
| Octal | 141 | 151 | 131 | 10 | 0 | 17 | 73 | 132 | 10 | 46 |
| Binary | 1100001 | 1101001 | 1011001 | 1000 | 0 | 1111 | 111011 | 1011010 | 1000 | 100110 |
Color Harmonies of #616959
Complementary color
Monochromatic Colors of #616959
Black with #616959
Text Example
Text Example
White with #616959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616959; }
p { color: rgb(97,105,89); }
H1.HeaderClassName
{
color: #616959;
}
.AnyTagClassName
{
color: #616959;
}
</style>
background-color css
<style>
a { background-color: #616959; }
a { background-color: rgb(97,105,89); }
div.DivClassName
{
background-color: #616959;
}
.BgClassName
{
background-color: #616959;
}
</style>
border-color css
<style>
span { border-color: #616959; }
span { border-color: rgb(97,105,89); }
td.TdClassName
{
border-color: #616959;
}
.TagClassName
{
border-color: #616959;
}
</style>