Shades of Willow Grove #717962
Tints of Willow Grove #717962
RGB
CMYK
RGB Variations
Color information
#717962 (or 0x717962) is known color: Willow Grove. HEX triplet: 71, 79 and 62. RGB value is (113,121,98). Sum of RGB (Red+Green+Blue) = 113+121+98=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 121 - color contains mainly: green. Hex color #717962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717962 is #8E869D. Grayscale: #747474. Windows color (decimal): -9340574 or 6453617. OLE color: 6453617.
HSL color Cylindrical-coordinate representation of color #717962: hue angle of 80.87º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #717962 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 121 | 98 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.53 |
| HSL | 80.87º | 0.11% | 0.43% | - |
| HSV(B) | 80.87º | 0.19% | 0.47% | - |
| XYZ | 15.85 | 18.07 | 14.21 | - |
| YUV | 115.99 | 117.85 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 121 | 98 | 0.07 | 0 | 0.19 | 0.53 | 80.87 | 0.11 | 0.43 |
| Hex | 71 | 79 | 62 | 7 | 0 | 13 | 35 | 51 | B | 2B |
| Octal | 161 | 171 | 142 | 7 | 0 | 23 | 65 | 121 | 13 | 53 |
| Binary | 1110001 | 1111001 | 1100010 | 111 | 0 | 10011 | 110101 | 1010001 | 1011 | 101011 |
Color Harmonies of #717962
Complementary color
Monochromatic Colors of #717962
Black with #717962
Text Example
Text Example
White with #717962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717962; }
p { color: rgb(113,121,98); }
H1.HeaderClassName
{
color: #717962;
}
.AnyTagClassName
{
color: #717962;
}
</style>
background-color css
<style>
a { background-color: #717962; }
a { background-color: rgb(113,121,98); }
div.DivClassName
{
background-color: #717962;
}
.BgClassName
{
background-color: #717962;
}
</style>
border-color css
<style>
span { border-color: #717962; }
span { border-color: rgb(113,121,98); }
td.TdClassName
{
border-color: #717962;
}
.TagClassName
{
border-color: #717962;
}
</style>