Shades of Willow Grove #626F56
Tints of Willow Grove #626F56
RGB
CMYK
RGB Variations
Color information
#626F56 (or 0x626F56) is known color: Willow Grove. HEX triplet: 62, 6F and 56. RGB value is (98,111,86). Sum of RGB (Red+Green+Blue) = 98+111+86=295 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.22% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 111 - color contains mainly: green. Hex color #626F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626F56 is #9D90A9. Grayscale: #686868. Windows color (decimal): -10326186 or 5664610. OLE color: 5664610.
HSL color Cylindrical-coordinate representation of color #626F56: hue angle of 91.2º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #626F56 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 98 | 111 | 86 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.56 |
| HSL | 91.2º | 0.13% | 0.39% | - |
| HSV(B) | 91.2º | 0.23% | 0.44% | - |
| XYZ | 12.4 | 14.64 | 10.98 | - |
| YUV | 104.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 111 | 86 | 0.12 | 0 | 0.23 | 0.56 | 91.2 | 0.13 | 0.39 |
| Hex | 62 | 6F | 56 | C | 0 | 17 | 38 | 5B | D | 27 |
| Octal | 142 | 157 | 126 | 14 | 0 | 27 | 70 | 133 | 15 | 47 |
| Binary | 1100010 | 1101111 | 1010110 | 1100 | 0 | 10111 | 111000 | 1011011 | 1101 | 100111 |
Color Harmonies of #626F56
Complementary color
Monochromatic Colors of #626F56
Black with #626F56
Text Example
Text Example
White with #626F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626F56; }
p { color: rgb(98,111,86); }
H1.HeaderClassName
{
color: #626F56;
}
.AnyTagClassName
{
color: #626F56;
}
</style>
background-color css
<style>
a { background-color: #626F56; }
a { background-color: rgb(98,111,86); }
div.DivClassName
{
background-color: #626F56;
}
.BgClassName
{
background-color: #626F56;
}
</style>
border-color css
<style>
span { border-color: #626F56; }
span { border-color: rgb(98,111,86); }
td.TdClassName
{
border-color: #626F56;
}
.TagClassName
{
border-color: #626F56;
}
</style>