Shades of Willow Grove #627252
Tints of Willow Grove #627252
RGB
CMYK
RGB Variations
Color information
#627252 (or 0x627252) is known color: Willow Grove. HEX triplet: 62, 72 and 52. RGB value is (98,114,82). Sum of RGB (Red+Green+Blue) = 98+114+82=294 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.33% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 114 - color contains mainly: green. Hex color #627252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627252 is #9D8DAD. Grayscale: #696969. Windows color (decimal): -10325422 or 5403234. OLE color: 5403234.
HSL color Cylindrical-coordinate representation of color #627252: hue angle of 90º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #627252 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 114 | 82 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.55 |
| HSL | 90º | 0.16% | 0.38% | - |
| HSV(B) | 90º | 0.28% | 0.45% | - |
| XYZ | 12.58 | 15.24 | 10.26 | - |
| YUV | 105.57 | 114.7 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 114 | 82 | 0.14 | 0 | 0.28 | 0.55 | 90 | 0.16 | 0.38 |
| Hex | 62 | 72 | 52 | E | 0 | 1C | 37 | 5A | 10 | 26 |
| Octal | 142 | 162 | 122 | 16 | 0 | 34 | 67 | 132 | 20 | 46 |
| Binary | 1100010 | 1110010 | 1010010 | 1110 | 0 | 11100 | 110111 | 1011010 | 10000 | 100110 |
Color Harmonies of #627252
Complementary color
Monochromatic Colors of #627252
Black with #627252
Text Example
Text Example
White with #627252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627252; }
p { color: rgb(98,114,82); }
H1.HeaderClassName
{
color: #627252;
}
.AnyTagClassName
{
color: #627252;
}
</style>
background-color css
<style>
a { background-color: #627252; }
a { background-color: rgb(98,114,82); }
div.DivClassName
{
background-color: #627252;
}
.BgClassName
{
background-color: #627252;
}
</style>
border-color css
<style>
span { border-color: #627252; }
span { border-color: rgb(98,114,82); }
td.TdClassName
{
border-color: #627252;
}
.TagClassName
{
border-color: #627252;
}
</style>