Shades of Willow Grove #717862
Tints of Willow Grove #717862
RGB
CMYK
RGB Variations
Color information
#717862 (or 0x717862) is known color: Willow Grove. HEX triplet: 71, 78 and 62. RGB value is (113,120,98). Sum of RGB (Red+Green+Blue) = 113+120+98=331 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.14% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 120 - color contains mainly: green. Hex color #717862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717862 is #8E879D. Grayscale: #737373. Windows color (decimal): -9340830 or 6453361. OLE color: 6453361.
HSL color Cylindrical-coordinate representation of color #717862: hue angle of 79.09º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #717862 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 120 | 98 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.53 |
| HSL | 79.09º | 0.1% | 0.43% | - |
| HSV(B) | 79.09º | 0.18% | 0.47% | - |
| XYZ | 15.73 | 17.83 | 14.17 | - |
| YUV | 115.4 | 118.18 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 120 | 98 | 0.06 | 0 | 0.18 | 0.53 | 79.09 | 0.1 | 0.43 |
| Hex | 71 | 78 | 62 | 6 | 0 | 12 | 35 | 4F | A | 2B |
| Octal | 161 | 170 | 142 | 6 | 0 | 22 | 65 | 117 | 12 | 53 |
| Binary | 1110001 | 1111000 | 1100010 | 110 | 0 | 10010 | 110101 | 1001111 | 1010 | 101011 |
Color Harmonies of #717862
Complementary color
Monochromatic Colors of #717862
Black with #717862
Text Example
Text Example
White with #717862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717862; }
p { color: rgb(113,120,98); }
H1.HeaderClassName
{
color: #717862;
}
.AnyTagClassName
{
color: #717862;
}
</style>
background-color css
<style>
a { background-color: #717862; }
a { background-color: rgb(113,120,98); }
div.DivClassName
{
background-color: #717862;
}
.BgClassName
{
background-color: #717862;
}
</style>
border-color css
<style>
span { border-color: #717862; }
span { border-color: rgb(113,120,98); }
td.TdClassName
{
border-color: #717862;
}
.TagClassName
{
border-color: #717862;
}
</style>