Shades of Willow Grove #627253
Tints of Willow Grove #627253
RGB
CMYK
RGB Variations
Color information
#627253 (or 0x627253) is known color: Willow Grove. HEX triplet: 62, 72 and 53. RGB value is (98,114,83). Sum of RGB (Red+Green+Blue) = 98+114+83=295 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.22% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 114 - color contains mainly: green. Hex color #627253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627253 is #9D8DAC. Grayscale: #696969. Windows color (decimal): -10325421 or 5468770. OLE color: 5468770.
HSL color Cylindrical-coordinate representation of color #627253: hue angle of 90.97º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #627253 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 114 | 83 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.55 |
| HSL | 90.97º | 0.16% | 0.39% | - |
| HSV(B) | 90.97º | 0.27% | 0.45% | - |
| XYZ | 12.62 | 15.26 | 10.46 | - |
| YUV | 105.68 | 115.2 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 114 | 83 | 0.14 | 0 | 0.27 | 0.55 | 90.97 | 0.16 | 0.39 |
| Hex | 62 | 72 | 53 | E | 0 | 1B | 37 | 5B | 10 | 27 |
| Octal | 142 | 162 | 123 | 16 | 0 | 33 | 67 | 133 | 20 | 47 |
| Binary | 1100010 | 1110010 | 1010011 | 1110 | 0 | 11011 | 110111 | 1011011 | 10000 | 100111 |
Color Harmonies of #627253
Complementary color
Monochromatic Colors of #627253
Black with #627253
Text Example
Text Example
White with #627253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627253; }
p { color: rgb(98,114,83); }
H1.HeaderClassName
{
color: #627253;
}
.AnyTagClassName
{
color: #627253;
}
</style>
background-color css
<style>
a { background-color: #627253; }
a { background-color: rgb(98,114,83); }
div.DivClassName
{
background-color: #627253;
}
.BgClassName
{
background-color: #627253;
}
</style>
border-color css
<style>
span { border-color: #627253; }
span { border-color: rgb(98,114,83); }
td.TdClassName
{
border-color: #627253;
}
.TagClassName
{
border-color: #627253;
}
</style>