Shades of Willow Grove #717F60
Tints of Willow Grove #717F60
RGB
CMYK
RGB Variations
Color information
#717F60 (or 0x717F60) is known color: Willow Grove. HEX triplet: 71, 7F and 60. RGB value is (113,127,96). Sum of RGB (Red+Green+Blue) = 113+127+96=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 127 - color contains mainly: green. Hex color #717F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717F60 is #8E809F. Grayscale: #777777. Windows color (decimal): -9339040 or 6324081. OLE color: 6324081.
HSL color Cylindrical-coordinate representation of color #717F60: hue angle of 87.1º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #717F60 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 127 | 96 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.50 |
| HSL | 87.1º | 0.14% | 0.44% | - |
| HSV(B) | 87.1º | 0.24% | 0.5% | - |
| XYZ | 16.51 | 19.53 | 13.97 | - |
| YUV | 119.28 | 114.86 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 127 | 96 | 0.11 | 0 | 0.24 | 0.50 | 87.1 | 0.14 | 0.44 |
| Hex | 71 | 7F | 60 | B | 0 | 18 | 32 | 57 | E | 2C |
| Octal | 161 | 177 | 140 | 13 | 0 | 30 | 62 | 127 | 16 | 54 |
| Binary | 1110001 | 1111111 | 1100000 | 1011 | 0 | 11000 | 110010 | 1010111 | 1110 | 101100 |
Color Harmonies of #717F60
Complementary color
Monochromatic Colors of #717F60
Black with #717F60
Text Example
Text Example
White with #717F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717F60; }
p { color: rgb(113,127,96); }
H1.HeaderClassName
{
color: #717F60;
}
.AnyTagClassName
{
color: #717F60;
}
</style>
background-color css
<style>
a { background-color: #717F60; }
a { background-color: rgb(113,127,96); }
div.DivClassName
{
background-color: #717F60;
}
.BgClassName
{
background-color: #717F60;
}
</style>
border-color css
<style>
span { border-color: #717F60; }
span { border-color: rgb(113,127,96); }
td.TdClassName
{
border-color: #717F60;
}
.TagClassName
{
border-color: #717F60;
}
</style>