Shades of Willow Grove #626C52
Tints of Willow Grove #626C52
RGB
CMYK
RGB Variations
Color information
#626C52 (or 0x626C52) is known color: Willow Grove. HEX triplet: 62, 6C and 52. RGB value is (98,108,82). Sum of RGB (Red+Green+Blue) = 98+108+82=288 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.03% from 288); Green value is 108 (42.58% from 255 or 37.5% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 108 - color contains mainly: green. Hex color #626C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626C52 is #9D93AD. Grayscale: #666666. Windows color (decimal): -10326958 or 5401698. OLE color: 5401698.
HSL color Cylindrical-coordinate representation of color #626C52: hue angle of 83.08º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #626C52 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 108 | 82 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.58 |
| HSL | 83.08º | 0.14% | 0.37% | - |
| HSV(B) | 83.08º | 0.24% | 0.42% | - |
| XYZ | 11.92 | 13.93 | 10.04 | - |
| YUV | 102.05 | 116.69 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 108 | 82 | 0.09 | 0 | 0.24 | 0.58 | 83.08 | 0.14 | 0.37 |
| Hex | 62 | 6C | 52 | 9 | 0 | 18 | 3A | 53 | E | 25 |
| Octal | 142 | 154 | 122 | 11 | 0 | 30 | 72 | 123 | 16 | 45 |
| Binary | 1100010 | 1101100 | 1010010 | 1001 | 0 | 11000 | 111010 | 1010011 | 1110 | 100101 |
Color Harmonies of #626C52
Complementary color
Monochromatic Colors of #626C52
Black with #626C52
Text Example
Text Example
White with #626C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626C52; }
p { color: rgb(98,108,82); }
H1.HeaderClassName
{
color: #626C52;
}
.AnyTagClassName
{
color: #626C52;
}
</style>
background-color css
<style>
a { background-color: #626C52; }
a { background-color: rgb(98,108,82); }
div.DivClassName
{
background-color: #626C52;
}
.BgClassName
{
background-color: #626C52;
}
</style>
border-color css
<style>
span { border-color: #626C52; }
span { border-color: rgb(98,108,82); }
td.TdClassName
{
border-color: #626C52;
}
.TagClassName
{
border-color: #626C52;
}
</style>