Shades of Willow Grove #626F50
Tints of Willow Grove #626F50
RGB
CMYK
RGB Variations
Color information
#626F50 (or 0x626F50) is known color: Willow Grove. HEX triplet: 62, 6F and 50. RGB value is (98,111,80). Sum of RGB (Red+Green+Blue) = 98+111+80=289 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.91% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 111 - color contains mainly: green. Hex color #626F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626F50 is #9D90AF. Grayscale: #676767. Windows color (decimal): -10326192 or 5271394. OLE color: 5271394.
HSL color Cylindrical-coordinate representation of color #626F50: hue angle of 85.16º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #626F50 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 98 | 111 | 80 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.56 |
| HSL | 85.16º | 0.16% | 0.37% | - |
| HSV(B) | 85.16º | 0.28% | 0.44% | - |
| XYZ | 12.17 | 14.54 | 9.76 | - |
| YUV | 103.58 | 114.69 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 111 | 80 | 0.12 | 0 | 0.28 | 0.56 | 85.16 | 0.16 | 0.37 |
| Hex | 62 | 6F | 50 | C | 0 | 1C | 38 | 55 | 10 | 25 |
| Octal | 142 | 157 | 120 | 14 | 0 | 34 | 70 | 125 | 20 | 45 |
| Binary | 1100010 | 1101111 | 1010000 | 1100 | 0 | 11100 | 111000 | 1010101 | 10000 | 100101 |
Color Harmonies of #626F50
Complementary color
Monochromatic Colors of #626F50
Black with #626F50
Text Example
Text Example
White with #626F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626F50; }
p { color: rgb(98,111,80); }
H1.HeaderClassName
{
color: #626F50;
}
.AnyTagClassName
{
color: #626F50;
}
</style>
background-color css
<style>
a { background-color: #626F50; }
a { background-color: rgb(98,111,80); }
div.DivClassName
{
background-color: #626F50;
}
.BgClassName
{
background-color: #626F50;
}
</style>
border-color css
<style>
span { border-color: #626F50; }
span { border-color: rgb(98,111,80); }
td.TdClassName
{
border-color: #626F50;
}
.TagClassName
{
border-color: #626F50;
}
</style>