Shades of Willow Grove #718253
Tints of Willow Grove #718253
RGB
CMYK
RGB Variations
Color information
#718253 (or 0x718253) is known color: Willow Grove. HEX triplet: 71, 82 and 53. RGB value is (113,130,83). Sum of RGB (Red+Green+Blue) = 113+130+83=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 130 - color contains mainly: green. Hex color #718253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718253 is #8E7DAC. Grayscale: #777777. Windows color (decimal): -9338285 or 5472881. OLE color: 5472881.
HSL color Cylindrical-coordinate representation of color #718253: hue angle of 81.7º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #718253 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 130 | 83 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.49 |
| HSL | 81.7º | 0.22% | 0.42% | - |
| HSV(B) | 81.7º | 0.36% | 0.51% | - |
| XYZ | 16.35 | 20.1 | 11.2 | - |
| YUV | 119.56 | 107.37 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 130 | 83 | 0.13 | 0 | 0.36 | 0.49 | 81.7 | 0.22 | 0.42 |
| Hex | 71 | 82 | 53 | D | 0 | 24 | 31 | 52 | 16 | 2A |
| Octal | 161 | 202 | 123 | 15 | 0 | 44 | 61 | 122 | 26 | 52 |
| Binary | 1110001 | 10000010 | 1010011 | 1101 | 0 | 100100 | 110001 | 1010010 | 10110 | 101010 |
Color Harmonies of #718253
Complementary color
Monochromatic Colors of #718253
Black with #718253
Text Example
Text Example
White with #718253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718253; }
p { color: rgb(113,130,83); }
H1.HeaderClassName
{
color: #718253;
}
.AnyTagClassName
{
color: #718253;
}
</style>
background-color css
<style>
a { background-color: #718253; }
a { background-color: rgb(113,130,83); }
div.DivClassName
{
background-color: #718253;
}
.BgClassName
{
background-color: #718253;
}
</style>
border-color css
<style>
span { border-color: #718253; }
span { border-color: rgb(113,130,83); }
td.TdClassName
{
border-color: #718253;
}
.TagClassName
{
border-color: #718253;
}
</style>