Shades of Willow Grove #656D5C
Tints of Willow Grove #656D5C
RGB
CMYK
RGB Variations
Color information
#656D5C (or 0x656D5C) is known color: Willow Grove. HEX triplet: 65, 6D and 5C. RGB value is (101,109,92). Sum of RGB (Red+Green+Blue) = 101+109+92=302 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.44% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 109 - color contains mainly: green. Hex color #656D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656D5C is #9A92A3. Grayscale: #686868. Windows color (decimal): -10130084 or 6057317. OLE color: 6057317.
HSL color Cylindrical-coordinate representation of color #656D5C: hue angle of 88.24º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #656D5C is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 109 | 92 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.57 |
| HSL | 88.24º | 0.08% | 0.39% | - |
| HSV(B) | 88.24º | 0.16% | 0.43% | - |
| XYZ | 12.77 | 14.48 | 12.25 | - |
| YUV | 104.67 | 120.85 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 109 | 92 | 0.07 | 0 | 0.16 | 0.57 | 88.24 | 0.08 | 0.39 |
| Hex | 65 | 6D | 5C | 7 | 0 | 10 | 39 | 58 | 8 | 27 |
| Octal | 145 | 155 | 134 | 7 | 0 | 20 | 71 | 130 | 10 | 47 |
| Binary | 1100101 | 1101101 | 1011100 | 111 | 0 | 10000 | 111001 | 1011000 | 1000 | 100111 |
Color Harmonies of #656D5C
Complementary color
Monochromatic Colors of #656D5C
Black with #656D5C
Text Example
Text Example
White with #656D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656D5C; }
p { color: rgb(101,109,92); }
H1.HeaderClassName
{
color: #656D5C;
}
.AnyTagClassName
{
color: #656D5C;
}
</style>
background-color css
<style>
a { background-color: #656D5C; }
a { background-color: rgb(101,109,92); }
div.DivClassName
{
background-color: #656D5C;
}
.BgClassName
{
background-color: #656D5C;
}
</style>
border-color css
<style>
span { border-color: #656D5C; }
span { border-color: rgb(101,109,92); }
td.TdClassName
{
border-color: #656D5C;
}
.TagClassName
{
border-color: #656D5C;
}
</style>