Shades of Willow Grove #718060
Tints of Willow Grove #718060
RGB
CMYK
RGB Variations
Color information
#718060 (or 0x718060) is known color: Willow Grove. HEX triplet: 71, 80 and 60. RGB value is (113,128,96). Sum of RGB (Red+Green+Blue) = 113+128+96=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 128 - color contains mainly: green. Hex color #718060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718060 is #8E7F9F. Grayscale: #777777. Windows color (decimal): -9338784 or 6324337. OLE color: 6324337.
HSL color Cylindrical-coordinate representation of color #718060: hue angle of 88.12º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #718060 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 128 | 96 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.50 |
| HSL | 88.13º | 0.14% | 0.44% | - |
| HSV(B) | 88.13º | 0.25% | 0.5% | - |
| XYZ | 16.64 | 19.79 | 14.01 | - |
| YUV | 119.87 | 114.53 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 128 | 96 | 0.12 | 0 | 0.25 | 0.50 | 88.13 | 0.14 | 0.44 |
| Hex | 71 | 80 | 60 | C | 0 | 19 | 32 | 58 | E | 2C |
| Octal | 161 | 200 | 140 | 14 | 0 | 31 | 62 | 130 | 16 | 54 |
| Binary | 1110001 | 10000000 | 1100000 | 1100 | 0 | 11001 | 110010 | 1011000 | 1110 | 101100 |
Color Harmonies of #718060
Complementary color
Monochromatic Colors of #718060
Black with #718060
Text Example
Text Example
White with #718060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718060; }
p { color: rgb(113,128,96); }
H1.HeaderClassName
{
color: #718060;
}
.AnyTagClassName
{
color: #718060;
}
</style>
background-color css
<style>
a { background-color: #718060; }
a { background-color: rgb(113,128,96); }
div.DivClassName
{
background-color: #718060;
}
.BgClassName
{
background-color: #718060;
}
</style>
border-color css
<style>
span { border-color: #718060; }
span { border-color: rgb(113,128,96); }
td.TdClassName
{
border-color: #718060;
}
.TagClassName
{
border-color: #718060;
}
</style>