Shades of Willow Grove #657253
Tints of Willow Grove #657253
RGB
CMYK
RGB Variations
Color information
#657253 (or 0x657253) is known color: Willow Grove. HEX triplet: 65, 72 and 53. RGB value is (101,114,83). Sum of RGB (Red+Green+Blue) = 101+114+83=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 114 - color contains mainly: green. Hex color #657253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657253 is #9A8DAC. Grayscale: #6A6A6A. Windows color (decimal): -10128813 or 5468773. OLE color: 5468773.
HSL color Cylindrical-coordinate representation of color #657253: hue angle of 85.16º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #657253 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 114 | 83 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.55 |
| HSL | 85.16º | 0.16% | 0.39% | - |
| HSV(B) | 85.16º | 0.27% | 0.45% | - |
| XYZ | 12.95 | 15.43 | 10.48 | - |
| YUV | 106.58 | 114.69 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 114 | 83 | 0.11 | 0 | 0.27 | 0.55 | 85.16 | 0.16 | 0.39 |
| Hex | 65 | 72 | 53 | B | 0 | 1B | 37 | 55 | 10 | 27 |
| Octal | 145 | 162 | 123 | 13 | 0 | 33 | 67 | 125 | 20 | 47 |
| Binary | 1100101 | 1110010 | 1010011 | 1011 | 0 | 11011 | 110111 | 1010101 | 10000 | 100111 |
Color Harmonies of #657253
Complementary color
Monochromatic Colors of #657253
Black with #657253
Text Example
Text Example
White with #657253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657253; }
p { color: rgb(101,114,83); }
H1.HeaderClassName
{
color: #657253;
}
.AnyTagClassName
{
color: #657253;
}
</style>
background-color css
<style>
a { background-color: #657253; }
a { background-color: rgb(101,114,83); }
div.DivClassName
{
background-color: #657253;
}
.BgClassName
{
background-color: #657253;
}
</style>
border-color css
<style>
span { border-color: #657253; }
span { border-color: rgb(101,114,83); }
td.TdClassName
{
border-color: #657253;
}
.TagClassName
{
border-color: #657253;
}
</style>