Shades of Willow Grove #656A5D
Tints of Willow Grove #656A5D
RGB
CMYK
RGB Variations
Color information
#656A5D (or 0x656A5D) is known color: Willow Grove. HEX triplet: 65, 6A and 5D. RGB value is (101,106,93). Sum of RGB (Red+Green+Blue) = 101+106+93=300 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.67% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 106 - color contains mainly: green. Hex color #656A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656A5D is #9A95A2. Grayscale: #676767. Windows color (decimal): -10130851 or 6122085. OLE color: 6122085.
HSL color Cylindrical-coordinate representation of color #656A5D: hue angle of 83.08º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #656A5D is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 106 | 93 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.58 |
| HSL | 83.08º | 0.07% | 0.39% | - |
| HSV(B) | 83.08º | 0.12% | 0.42% | - |
| XYZ | 12.5 | 13.87 | 12.37 | - |
| YUV | 103.02 | 122.34 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 106 | 93 | 0.05 | 0 | 0.12 | 0.58 | 83.08 | 0.07 | 0.39 |
| Hex | 65 | 6A | 5D | 5 | 0 | C | 3A | 53 | 7 | 27 |
| Octal | 145 | 152 | 135 | 5 | 0 | 14 | 72 | 123 | 7 | 47 |
| Binary | 1100101 | 1101010 | 1011101 | 101 | 0 | 1100 | 111010 | 1010011 | 111 | 100111 |
Color Harmonies of #656A5D
Complementary color
Monochromatic Colors of #656A5D
Black with #656A5D
Text Example
Text Example
White with #656A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656A5D; }
p { color: rgb(101,106,93); }
H1.HeaderClassName
{
color: #656A5D;
}
.AnyTagClassName
{
color: #656A5D;
}
</style>
background-color css
<style>
a { background-color: #656A5D; }
a { background-color: rgb(101,106,93); }
div.DivClassName
{
background-color: #656A5D;
}
.BgClassName
{
background-color: #656A5D;
}
</style>
border-color css
<style>
span { border-color: #656A5D; }
span { border-color: rgb(101,106,93); }
td.TdClassName
{
border-color: #656A5D;
}
.TagClassName
{
border-color: #656A5D;
}
</style>