Shades of Willow Grove #616B58
Tints of Willow Grove #616B58
RGB
CMYK
RGB Variations
Color information
#616B58 (or 0x616B58) is known color: Willow Grove. HEX triplet: 61, 6B and 58. RGB value is (97,107,88). Sum of RGB (Red+Green+Blue) = 97+107+88=292 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.22% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 88 (34.77% from 255 or 30.14% from 292); Max value from RGB is 107 - color contains mainly: green. Hex color #616B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616B58 is #9E94A7. Grayscale: #656565. Windows color (decimal): -10392744 or 5794657. OLE color: 5794657.
HSL color Cylindrical-coordinate representation of color #616B58: hue angle of 91.58º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #616B58 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 107 | 88 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.58 |
| HSL | 91.58º | 0.1% | 0.38% | - |
| HSV(B) | 91.58º | 0.18% | 0.42% | - |
| XYZ | 11.95 | 13.76 | 11.26 | - |
| YUV | 101.84 | 120.19 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 107 | 88 | 0.09 | 0 | 0.18 | 0.58 | 91.58 | 0.1 | 0.38 |
| Hex | 61 | 6B | 58 | 9 | 0 | 12 | 3A | 5C | A | 26 |
| Octal | 141 | 153 | 130 | 11 | 0 | 22 | 72 | 134 | 12 | 46 |
| Binary | 1100001 | 1101011 | 1011000 | 1001 | 0 | 10010 | 111010 | 1011100 | 1010 | 100110 |
Color Harmonies of #616B58
Complementary color
Monochromatic Colors of #616B58
Black with #616B58
Text Example
Text Example
White with #616B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616B58; }
p { color: rgb(97,107,88); }
H1.HeaderClassName
{
color: #616B58;
}
.AnyTagClassName
{
color: #616B58;
}
</style>
background-color css
<style>
a { background-color: #616B58; }
a { background-color: rgb(97,107,88); }
div.DivClassName
{
background-color: #616B58;
}
.BgClassName
{
background-color: #616B58;
}
</style>
border-color css
<style>
span { border-color: #616B58; }
span { border-color: rgb(97,107,88); }
td.TdClassName
{
border-color: #616B58;
}
.TagClassName
{
border-color: #616B58;
}
</style>