Shades of Willow Grove #657250
Tints of Willow Grove #657250
RGB
CMYK
RGB Variations
Color information
#657250 (or 0x657250) is known color: Willow Grove. HEX triplet: 65, 72 and 50. RGB value is (101,114,80). Sum of RGB (Red+Green+Blue) = 101+114+80=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 114 - color contains mainly: green. Hex color #657250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657250 is #9A8DAF. Grayscale: #6A6A6A. Windows color (decimal): -10128816 or 5272165. OLE color: 5272165.
HSL color Cylindrical-coordinate representation of color #657250: hue angle of 82.94º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #657250 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 114 | 80 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.55 |
| HSL | 82.94º | 0.18% | 0.38% | - |
| HSV(B) | 82.94º | 0.3% | 0.45% | - |
| XYZ | 12.83 | 15.38 | 9.88 | - |
| YUV | 106.24 | 113.19 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 114 | 80 | 0.11 | 0 | 0.30 | 0.55 | 82.94 | 0.18 | 0.38 |
| Hex | 65 | 72 | 50 | B | 0 | 1E | 37 | 53 | 12 | 26 |
| Octal | 145 | 162 | 120 | 13 | 0 | 36 | 67 | 123 | 22 | 46 |
| Binary | 1100101 | 1110010 | 1010000 | 1011 | 0 | 11110 | 110111 | 1010011 | 10010 | 100110 |
Color Harmonies of #657250
Complementary color
Monochromatic Colors of #657250
Black with #657250
Text Example
Text Example
White with #657250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657250; }
p { color: rgb(101,114,80); }
H1.HeaderClassName
{
color: #657250;
}
.AnyTagClassName
{
color: #657250;
}
</style>
background-color css
<style>
a { background-color: #657250; }
a { background-color: rgb(101,114,80); }
div.DivClassName
{
background-color: #657250;
}
.BgClassName
{
background-color: #657250;
}
</style>
border-color css
<style>
span { border-color: #657250; }
span { border-color: rgb(101,114,80); }
td.TdClassName
{
border-color: #657250;
}
.TagClassName
{
border-color: #657250;
}
</style>