Shades of Willow Grove #626A59
Tints of Willow Grove #626A59
RGB
CMYK
RGB Variations
Color information
#626A59 (or 0x626A59) is known color: Willow Grove. HEX triplet: 62, 6A and 59. RGB value is (98,106,89). Sum of RGB (Red+Green+Blue) = 98+106+89=293 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.45% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 106 - color contains mainly: green. Hex color #626A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626A59 is #9D95A6. Grayscale: #656565. Windows color (decimal): -10327463 or 5859938. OLE color: 5859938.
HSL color Cylindrical-coordinate representation of color #626A59: hue angle of 88.24º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #626A59 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 106 | 89 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.58 |
| HSL | 88.24º | 0.09% | 0.38% | - |
| HSV(B) | 88.24º | 0.16% | 0.42% | - |
| XYZ | 11.99 | 13.63 | 11.45 | - |
| YUV | 101.67 | 120.85 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 106 | 89 | 0.08 | 0 | 0.16 | 0.58 | 88.24 | 0.09 | 0.38 |
| Hex | 62 | 6A | 59 | 8 | 0 | 10 | 3A | 58 | 9 | 26 |
| Octal | 142 | 152 | 131 | 10 | 0 | 20 | 72 | 130 | 11 | 46 |
| Binary | 1100010 | 1101010 | 1011001 | 1000 | 0 | 10000 | 111010 | 1011000 | 1001 | 100110 |
Color Harmonies of #626A59
Complementary color
Monochromatic Colors of #626A59
Black with #626A59
Text Example
Text Example
White with #626A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626A59; }
p { color: rgb(98,106,89); }
H1.HeaderClassName
{
color: #626A59;
}
.AnyTagClassName
{
color: #626A59;
}
</style>
background-color css
<style>
a { background-color: #626A59; }
a { background-color: rgb(98,106,89); }
div.DivClassName
{
background-color: #626A59;
}
.BgClassName
{
background-color: #626A59;
}
</style>
border-color css
<style>
span { border-color: #626A59; }
span { border-color: rgb(98,106,89); }
td.TdClassName
{
border-color: #626A59;
}
.TagClassName
{
border-color: #626A59;
}
</style>