Shades of Willow Grove #717C5E
Tints of Willow Grove #717C5E
RGB
CMYK
RGB Variations
Color information
#717C5E (or 0x717C5E) is known color: Willow Grove. HEX triplet: 71, 7C and 5E. RGB value is (113,124,94). Sum of RGB (Red+Green+Blue) = 113+124+94=331 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.14% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 124 - color contains mainly: green. Hex color #717C5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717C5E is #8E83A1. Grayscale: #757575. Windows color (decimal): -9339810 or 6192241. OLE color: 6192241.
HSL color Cylindrical-coordinate representation of color #717C5E: hue angle of 82º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #717C5E is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 124 | 94 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.51 |
| HSL | 82º | 0.14% | 0.43% | - |
| HSV(B) | 82º | 0.24% | 0.49% | - |
| XYZ | 16.04 | 18.73 | 13.36 | - |
| YUV | 117.29 | 114.86 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 124 | 94 | 0.09 | 0 | 0.24 | 0.51 | 82 | 0.14 | 0.43 |
| Hex | 71 | 7C | 5E | 9 | 0 | 18 | 33 | 52 | E | 2B |
| Octal | 161 | 174 | 136 | 11 | 0 | 30 | 63 | 122 | 16 | 53 |
| Binary | 1110001 | 1111100 | 1011110 | 1001 | 0 | 11000 | 110011 | 1010010 | 1110 | 101011 |
Color Harmonies of #717C5E
Complementary color
Monochromatic Colors of #717C5E
Black with #717C5E
Text Example
Text Example
White with #717C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717C5E; }
p { color: rgb(113,124,94); }
H1.HeaderClassName
{
color: #717C5E;
}
.AnyTagClassName
{
color: #717C5E;
}
</style>
background-color css
<style>
a { background-color: #717C5E; }
a { background-color: rgb(113,124,94); }
div.DivClassName
{
background-color: #717C5E;
}
.BgClassName
{
background-color: #717C5E;
}
</style>
border-color css
<style>
span { border-color: #717C5E; }
span { border-color: rgb(113,124,94); }
td.TdClassName
{
border-color: #717C5E;
}
.TagClassName
{
border-color: #717C5E;
}
</style>