Shades of Willow Grove #657555
Tints of Willow Grove #657555
RGB
CMYK
RGB Variations
Color information
#657555 (or 0x657555) is known color: Willow Grove. HEX triplet: 65, 75 and 55. RGB value is (101,117,85). Sum of RGB (Red+Green+Blue) = 101+117+85=303 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.33% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 117 - color contains mainly: green. Hex color #657555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657555 is #9A8AAA. Grayscale: #6C6C6C. Windows color (decimal): -10128043 or 5600613. OLE color: 5600613.
HSL color Cylindrical-coordinate representation of color #657555: hue angle of 90º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #657555 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 101 | 117 | 85 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.54 |
| HSL | 90º | 0.16% | 0.4% | - |
| HSV(B) | 90º | 0.27% | 0.46% | - |
| XYZ | 13.37 | 16.15 | 11.01 | - |
| YUV | 108.57 | 114.7 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 117 | 85 | 0.14 | 0 | 0.27 | 0.54 | 90 | 0.16 | 0.4 |
| Hex | 65 | 75 | 55 | E | 0 | 1B | 36 | 5A | 10 | 28 |
| Octal | 145 | 165 | 125 | 16 | 0 | 33 | 66 | 132 | 20 | 50 |
| Binary | 1100101 | 1110101 | 1010101 | 1110 | 0 | 11011 | 110110 | 1011010 | 10000 | 101000 |
Color Harmonies of #657555
Complementary color
Monochromatic Colors of #657555
Black with #657555
Text Example
Text Example
White with #657555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657555; }
p { color: rgb(101,117,85); }
H1.HeaderClassName
{
color: #657555;
}
.AnyTagClassName
{
color: #657555;
}
</style>
background-color css
<style>
a { background-color: #657555; }
a { background-color: rgb(101,117,85); }
div.DivClassName
{
background-color: #657555;
}
.BgClassName
{
background-color: #657555;
}
</style>
border-color css
<style>
span { border-color: #657555; }
span { border-color: rgb(101,117,85); }
td.TdClassName
{
border-color: #657555;
}
.TagClassName
{
border-color: #657555;
}
</style>