Shades of Willow Grove #657852
Tints of Willow Grove #657852
RGB
CMYK
RGB Variations
Color information
#657852 (or 0x657852) is known color: Willow Grove. HEX triplet: 65, 78 and 52. RGB value is (101,120,82). Sum of RGB (Red+Green+Blue) = 101+120+82=303 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.33% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 120 - color contains mainly: green. Hex color #657852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657852 is #9A87AD. Grayscale: #6E6E6E. Windows color (decimal): -10127278 or 5404773. OLE color: 5404773.
HSL color Cylindrical-coordinate representation of color #657852: hue angle of 90º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #657852 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 120 | 82 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.53 |
| HSL | 90º | 0.19% | 0.4% | - |
| HSV(B) | 90º | 0.32% | 0.47% | - |
| XYZ | 13.61 | 16.81 | 10.51 | - |
| YUV | 109.99 | 112.21 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 120 | 82 | 0.16 | 0 | 0.32 | 0.53 | 90 | 0.19 | 0.4 |
| Hex | 65 | 78 | 52 | 10 | 0 | 20 | 35 | 5A | 13 | 28 |
| Octal | 145 | 170 | 122 | 20 | 0 | 40 | 65 | 132 | 23 | 50 |
| Binary | 1100101 | 1111000 | 1010010 | 10000 | 0 | 100000 | 110101 | 1011010 | 10011 | 101000 |
Color Harmonies of #657852
Complementary color
Monochromatic Colors of #657852
Black with #657852
Text Example
Text Example
White with #657852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657852; }
p { color: rgb(101,120,82); }
H1.HeaderClassName
{
color: #657852;
}
.AnyTagClassName
{
color: #657852;
}
</style>
background-color css
<style>
a { background-color: #657852; }
a { background-color: rgb(101,120,82); }
div.DivClassName
{
background-color: #657852;
}
.BgClassName
{
background-color: #657852;
}
</style>
border-color css
<style>
span { border-color: #657852; }
span { border-color: rgb(101,120,82); }
td.TdClassName
{
border-color: #657852;
}
.TagClassName
{
border-color: #657852;
}
</style>