Shades of Willow Grove #717F59
Tints of Willow Grove #717F59
RGB
CMYK
RGB Variations
Color information
#717F59 (or 0x717F59) is known color: Willow Grove. HEX triplet: 71, 7F and 59. RGB value is (113,127,89). Sum of RGB (Red+Green+Blue) = 113+127+89=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 127 (50% from 255 or 38.60% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 127 - color contains mainly: green. Hex color #717F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717F59 is #8E80A6. Grayscale: #767676. Windows color (decimal): -9339047 or 5865329. OLE color: 5865329.
HSL color Cylindrical-coordinate representation of color #717F59: hue angle of 82.11º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #717F59 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 127 | 89 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.50 |
| HSL | 82.11º | 0.18% | 0.42% | - |
| HSV(B) | 82.11º | 0.3% | 0.5% | - |
| XYZ | 16.2 | 19.41 | 12.34 | - |
| YUV | 118.48 | 111.36 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 127 | 89 | 0.11 | 0 | 0.30 | 0.50 | 82.11 | 0.18 | 0.42 |
| Hex | 71 | 7F | 59 | B | 0 | 1E | 32 | 52 | 12 | 2A |
| Octal | 161 | 177 | 131 | 13 | 0 | 36 | 62 | 122 | 22 | 52 |
| Binary | 1110001 | 1111111 | 1011001 | 1011 | 0 | 11110 | 110010 | 1010010 | 10010 | 101010 |
Color Harmonies of #717F59
Complementary color
Monochromatic Colors of #717F59
Black with #717F59
Text Example
Text Example
White with #717F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717F59; }
p { color: rgb(113,127,89); }
H1.HeaderClassName
{
color: #717F59;
}
.AnyTagClassName
{
color: #717F59;
}
</style>
background-color css
<style>
a { background-color: #717F59; }
a { background-color: rgb(113,127,89); }
div.DivClassName
{
background-color: #717F59;
}
.BgClassName
{
background-color: #717F59;
}
</style>
border-color css
<style>
span { border-color: #717F59; }
span { border-color: rgb(113,127,89); }
td.TdClassName
{
border-color: #717F59;
}
.TagClassName
{
border-color: #717F59;
}
</style>