Shades of Willow Grove #647152
Tints of Willow Grove #647152
RGB
CMYK
RGB Variations
Color information
#647152 (or 0x647152) is known color: Willow Grove. HEX triplet: 64, 71 and 52. RGB value is (100,113,82). Sum of RGB (Red+Green+Blue) = 100+113+82=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 113 - color contains mainly: green. Hex color #647152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647152 is #9B8EAD. Grayscale: #696969. Windows color (decimal): -10194606 or 5402980. OLE color: 5402980.
HSL color Cylindrical-coordinate representation of color #647152: hue angle of 85.16º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #647152 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 113 | 82 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.56 |
| HSL | 85.16º | 0.16% | 0.38% | - |
| HSV(B) | 85.16º | 0.27% | 0.44% | - |
| XYZ | 12.68 | 15.13 | 10.23 | - |
| YUV | 105.58 | 114.69 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 113 | 82 | 0.12 | 0 | 0.27 | 0.56 | 85.16 | 0.16 | 0.38 |
| Hex | 64 | 71 | 52 | C | 0 | 1B | 38 | 55 | 10 | 26 |
| Octal | 144 | 161 | 122 | 14 | 0 | 33 | 70 | 125 | 20 | 46 |
| Binary | 1100100 | 1110001 | 1010010 | 1100 | 0 | 11011 | 111000 | 1010101 | 10000 | 100110 |
Color Harmonies of #647152
Complementary color
Monochromatic Colors of #647152
Black with #647152
Text Example
Text Example
White with #647152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647152; }
p { color: rgb(100,113,82); }
H1.HeaderClassName
{
color: #647152;
}
.AnyTagClassName
{
color: #647152;
}
</style>
background-color css
<style>
a { background-color: #647152; }
a { background-color: rgb(100,113,82); }
div.DivClassName
{
background-color: #647152;
}
.BgClassName
{
background-color: #647152;
}
</style>
border-color css
<style>
span { border-color: #647152; }
span { border-color: rgb(100,113,82); }
td.TdClassName
{
border-color: #647152;
}
.TagClassName
{
border-color: #647152;
}
</style>