Shades of Willow Grove #626C54
Tints of Willow Grove #626C54
RGB
CMYK
RGB Variations
Color information
#626C54 (or 0x626C54) is known color: Willow Grove. HEX triplet: 62, 6C and 54. RGB value is (98,108,84). Sum of RGB (Red+Green+Blue) = 98+108+84=290 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.79% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 84 (33.20% from 255 or 28.97% from 290); Max value from RGB is 108 - color contains mainly: green. Hex color #626C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626C54 is #9D93AB. Grayscale: #666666. Windows color (decimal): -10326956 or 5532770. OLE color: 5532770.
HSL color Cylindrical-coordinate representation of color #626C54: hue angle of 85º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #626C54 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 108 | 84 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.58 |
| HSL | 85º | 0.13% | 0.38% | - |
| HSV(B) | 85º | 0.22% | 0.42% | - |
| XYZ | 12 | 13.96 | 10.45 | - |
| YUV | 102.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 108 | 84 | 0.09 | 0 | 0.22 | 0.58 | 85 | 0.13 | 0.38 |
| Hex | 62 | 6C | 54 | 9 | 0 | 16 | 3A | 55 | C | 26 |
| Octal | 142 | 154 | 124 | 11 | 0 | 26 | 72 | 125 | 14 | 46 |
| Binary | 1100010 | 1101100 | 1010100 | 1001 | 0 | 10110 | 111010 | 1010101 | 1100 | 100110 |
Color Harmonies of #626C54
Complementary color
Monochromatic Colors of #626C54
Black with #626C54
Text Example
Text Example
White with #626C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626C54; }
p { color: rgb(98,108,84); }
H1.HeaderClassName
{
color: #626C54;
}
.AnyTagClassName
{
color: #626C54;
}
</style>
background-color css
<style>
a { background-color: #626C54; }
a { background-color: rgb(98,108,84); }
div.DivClassName
{
background-color: #626C54;
}
.BgClassName
{
background-color: #626C54;
}
</style>
border-color css
<style>
span { border-color: #626C54; }
span { border-color: rgb(98,108,84); }
td.TdClassName
{
border-color: #626C54;
}
.TagClassName
{
border-color: #626C54;
}
</style>