Shades of Willow Grove #717E55
Tints of Willow Grove #717E55
RGB
CMYK
RGB Variations
Color information
#717E55 (or 0x717E55) is known color: Willow Grove. HEX triplet: 71, 7E and 55. RGB value is (113,126,85). Sum of RGB (Red+Green+Blue) = 113+126+85=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 126 (49.61% from 255 or 38.89% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 126 - color contains mainly: green. Hex color #717E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717E55 is #8E81AA. Grayscale: #757575. Windows color (decimal): -9339307 or 5602929. OLE color: 5602929.
HSL color Cylindrical-coordinate representation of color #717E55: hue angle of 79.02º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #717E55 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 126 | 85 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.51 |
| HSL | 79.02º | 0.19% | 0.41% | - |
| HSV(B) | 79.02º | 0.33% | 0.49% | - |
| XYZ | 15.91 | 19.09 | 11.44 | - |
| YUV | 117.44 | 109.69 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 126 | 85 | 0.10 | 0 | 0.33 | 0.51 | 79.02 | 0.19 | 0.41 |
| Hex | 71 | 7E | 55 | A | 0 | 21 | 33 | 4F | 13 | 29 |
| Octal | 161 | 176 | 125 | 12 | 0 | 41 | 63 | 117 | 23 | 51 |
| Binary | 1110001 | 1111110 | 1010101 | 1010 | 0 | 100001 | 110011 | 1001111 | 10011 | 101001 |
Color Harmonies of #717E55
Complementary color
Monochromatic Colors of #717E55
Black with #717E55
Text Example
Text Example
White with #717E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717E55; }
p { color: rgb(113,126,85); }
H1.HeaderClassName
{
color: #717E55;
}
.AnyTagClassName
{
color: #717E55;
}
</style>
background-color css
<style>
a { background-color: #717E55; }
a { background-color: rgb(113,126,85); }
div.DivClassName
{
background-color: #717E55;
}
.BgClassName
{
background-color: #717E55;
}
</style>
border-color css
<style>
span { border-color: #717E55; }
span { border-color: rgb(113,126,85); }
td.TdClassName
{
border-color: #717E55;
}
.TagClassName
{
border-color: #717E55;
}
</style>