Shades of Willow Grove #626A56
Tints of Willow Grove #626A56
RGB
CMYK
RGB Variations
Color information
#626A56 (or 0x626A56) is known color: Willow Grove. HEX triplet: 62, 6A and 56. RGB value is (98,106,86). Sum of RGB (Red+Green+Blue) = 98+106+86=290 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.79% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 106 - color contains mainly: green. Hex color #626A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626A56 is #9D95A9. Grayscale: #656565. Windows color (decimal): -10327466 or 5663330. OLE color: 5663330.
HSL color Cylindrical-coordinate representation of color #626A56: hue angle of 84º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #626A56 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 106 | 86 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.58 |
| HSL | 84º | 0.1% | 0.38% | - |
| HSV(B) | 84º | 0.19% | 0.42% | - |
| XYZ | 11.87 | 13.58 | 10.8 | - |
| YUV | 101.33 | 119.35 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 106 | 86 | 0.08 | 0 | 0.19 | 0.58 | 84 | 0.1 | 0.38 |
| Hex | 62 | 6A | 56 | 8 | 0 | 13 | 3A | 54 | A | 26 |
| Octal | 142 | 152 | 126 | 10 | 0 | 23 | 72 | 124 | 12 | 46 |
| Binary | 1100010 | 1101010 | 1010110 | 1000 | 0 | 10011 | 111010 | 1010100 | 1010 | 100110 |
Color Harmonies of #626A56
Complementary color
Monochromatic Colors of #626A56
Black with #626A56
Text Example
Text Example
White with #626A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626A56; }
p { color: rgb(98,106,86); }
H1.HeaderClassName
{
color: #626A56;
}
.AnyTagClassName
{
color: #626A56;
}
</style>
background-color css
<style>
a { background-color: #626A56; }
a { background-color: rgb(98,106,86); }
div.DivClassName
{
background-color: #626A56;
}
.BgClassName
{
background-color: #626A56;
}
</style>
border-color css
<style>
span { border-color: #626A56; }
span { border-color: rgb(98,106,86); }
td.TdClassName
{
border-color: #626A56;
}
.TagClassName
{
border-color: #626A56;
}
</style>