Shades of Willow Grove #656E5B
Tints of Willow Grove #656E5B
RGB
CMYK
RGB Variations
Color information
#656E5B (or 0x656E5B) is known color: Willow Grove. HEX triplet: 65, 6E and 5B. RGB value is (101,110,91). Sum of RGB (Red+Green+Blue) = 101+110+91=302 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.44% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 110 - color contains mainly: green. Hex color #656E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656E5B is #9A91A4. Grayscale: #696969. Windows color (decimal): -10129829 or 5992037. OLE color: 5992037.
HSL color Cylindrical-coordinate representation of color #656E5B: hue angle of 88.42º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #656E5B is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 110 | 91 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.57 |
| HSL | 88.42º | 0.09% | 0.39% | - |
| HSV(B) | 88.42º | 0.17% | 0.43% | - |
| XYZ | 12.83 | 14.67 | 12.05 | - |
| YUV | 105.14 | 120.02 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 110 | 91 | 0.08 | 0 | 0.17 | 0.57 | 88.42 | 0.09 | 0.39 |
| Hex | 65 | 6E | 5B | 8 | 0 | 11 | 39 | 58 | 9 | 27 |
| Octal | 145 | 156 | 133 | 10 | 0 | 21 | 71 | 130 | 11 | 47 |
| Binary | 1100101 | 1101110 | 1011011 | 1000 | 0 | 10001 | 111001 | 1011000 | 1001 | 100111 |
Color Harmonies of #656E5B
Complementary color
Monochromatic Colors of #656E5B
Black with #656E5B
Text Example
Text Example
White with #656E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656E5B; }
p { color: rgb(101,110,91); }
H1.HeaderClassName
{
color: #656E5B;
}
.AnyTagClassName
{
color: #656E5B;
}
</style>
background-color css
<style>
a { background-color: #656E5B; }
a { background-color: rgb(101,110,91); }
div.DivClassName
{
background-color: #656E5B;
}
.BgClassName
{
background-color: #656E5B;
}
</style>
border-color css
<style>
span { border-color: #656E5B; }
span { border-color: rgb(101,110,91); }
td.TdClassName
{
border-color: #656E5B;
}
.TagClassName
{
border-color: #656E5B;
}
</style>