Shades of Willow Grove #717C65
Tints of Willow Grove #717C65
RGB
CMYK
RGB Variations
Color information
#717C65 (or 0x717C65) is known color: Willow Grove. HEX triplet: 71, 7C and 65. RGB value is (113,124,101). Sum of RGB (Red+Green+Blue) = 113+124+101=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 124 - color contains mainly: green. Hex color #717C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717C65 is #8E839A. Grayscale: #767676. Windows color (decimal): -9339803 or 6650993. OLE color: 6650993.
HSL color Cylindrical-coordinate representation of color #717C65: hue angle of 88.7º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #717C65 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 124 | 101 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.51 |
| HSL | 88.7º | 0.1% | 0.44% | - |
| HSV(B) | 88.7º | 0.19% | 0.49% | - |
| XYZ | 16.37 | 18.87 | 15.09 | - |
| YUV | 118.09 | 118.36 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 124 | 101 | 0.09 | 0 | 0.19 | 0.51 | 88.7 | 0.1 | 0.44 |
| Hex | 71 | 7C | 65 | 9 | 0 | 13 | 33 | 59 | A | 2C |
| Octal | 161 | 174 | 145 | 11 | 0 | 23 | 63 | 131 | 12 | 54 |
| Binary | 1110001 | 1111100 | 1100101 | 1001 | 0 | 10011 | 110011 | 1011001 | 1010 | 101100 |
Color Harmonies of #717C65
Complementary color
Monochromatic Colors of #717C65
Black with #717C65
Text Example
Text Example
White with #717C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717C65; }
p { color: rgb(113,124,101); }
H1.HeaderClassName
{
color: #717C65;
}
.AnyTagClassName
{
color: #717C65;
}
</style>
background-color css
<style>
a { background-color: #717C65; }
a { background-color: rgb(113,124,101); }
div.DivClassName
{
background-color: #717C65;
}
.BgClassName
{
background-color: #717C65;
}
</style>
border-color css
<style>
span { border-color: #717C65; }
span { border-color: rgb(113,124,101); }
td.TdClassName
{
border-color: #717C65;
}
.TagClassName
{
border-color: #717C65;
}
</style>