Shades of Willow Grove #657155
Tints of Willow Grove #657155
RGB
CMYK
RGB Variations
Color information
#657155 (or 0x657155) is known color: Willow Grove. HEX triplet: 65, 71 and 55. RGB value is (101,113,85). Sum of RGB (Red+Green+Blue) = 101+113+85=299 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.78% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 113 - color contains mainly: green. Hex color #657155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657155 is #9A8EAA. Grayscale: #6A6A6A. Windows color (decimal): -10129067 or 5599589. OLE color: 5599589.
HSL color Cylindrical-coordinate representation of color #657155: hue angle of 85.71º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #657155 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 113 | 85 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.56 |
| HSL | 85.71º | 0.14% | 0.39% | - |
| HSV(B) | 85.71º | 0.25% | 0.44% | - |
| XYZ | 12.91 | 15.23 | 10.85 | - |
| YUV | 106.22 | 116.02 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 113 | 85 | 0.11 | 0 | 0.25 | 0.56 | 85.71 | 0.14 | 0.39 |
| Hex | 65 | 71 | 55 | B | 0 | 19 | 38 | 56 | E | 27 |
| Octal | 145 | 161 | 125 | 13 | 0 | 31 | 70 | 126 | 16 | 47 |
| Binary | 1100101 | 1110001 | 1010101 | 1011 | 0 | 11001 | 111000 | 1010110 | 1110 | 100111 |
Color Harmonies of #657155
Complementary color
Monochromatic Colors of #657155
Black with #657155
Text Example
Text Example
White with #657155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657155; }
p { color: rgb(101,113,85); }
H1.HeaderClassName
{
color: #657155;
}
.AnyTagClassName
{
color: #657155;
}
</style>
background-color css
<style>
a { background-color: #657155; }
a { background-color: rgb(101,113,85); }
div.DivClassName
{
background-color: #657155;
}
.BgClassName
{
background-color: #657155;
}
</style>
border-color css
<style>
span { border-color: #657155; }
span { border-color: rgb(101,113,85); }
td.TdClassName
{
border-color: #657155;
}
.TagClassName
{
border-color: #657155;
}
</style>