Shades of Willow Grove #656B5B
Tints of Willow Grove #656B5B
RGB
CMYK
RGB Variations
Color information
#656B5B (or 0x656B5B) is known color: Willow Grove. HEX triplet: 65, 6B and 5B. RGB value is (101,107,91). Sum of RGB (Red+Green+Blue) = 101+107+91=299 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.78% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 107 - color contains mainly: green. Hex color #656B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656B5B is #9A94A4. Grayscale: #676767. Windows color (decimal): -10130597 or 5991269. OLE color: 5991269.
HSL color Cylindrical-coordinate representation of color #656B5B: hue angle of 82.5º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #656B5B is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 107 | 91 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.58 |
| HSL | 82.5º | 0.08% | 0.39% | - |
| HSV(B) | 82.5º | 0.15% | 0.42% | - |
| XYZ | 12.51 | 14.04 | 11.95 | - |
| YUV | 103.38 | 121.01 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 91 | 0.06 | 0 | 0.15 | 0.58 | 82.5 | 0.08 | 0.39 |
| Hex | 65 | 6B | 5B | 6 | 0 | F | 3A | 52 | 8 | 27 |
| Octal | 145 | 153 | 133 | 6 | 0 | 17 | 72 | 122 | 10 | 47 |
| Binary | 1100101 | 1101011 | 1011011 | 110 | 0 | 1111 | 111010 | 1010010 | 1000 | 100111 |
Color Harmonies of #656B5B
Complementary color
Monochromatic Colors of #656B5B
Black with #656B5B
Text Example
Text Example
White with #656B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656B5B; }
p { color: rgb(101,107,91); }
H1.HeaderClassName
{
color: #656B5B;
}
.AnyTagClassName
{
color: #656B5B;
}
</style>
background-color css
<style>
a { background-color: #656B5B; }
a { background-color: rgb(101,107,91); }
div.DivClassName
{
background-color: #656B5B;
}
.BgClassName
{
background-color: #656B5B;
}
</style>
border-color css
<style>
span { border-color: #656B5B; }
span { border-color: rgb(101,107,91); }
td.TdClassName
{
border-color: #656B5B;
}
.TagClassName
{
border-color: #656B5B;
}
</style>