Shades of Willow Grove #718254
Tints of Willow Grove #718254
RGB
CMYK
RGB Variations
Color information
#718254 (or 0x718254) is known color: Willow Grove. HEX triplet: 71, 82 and 54. RGB value is (113,130,84). Sum of RGB (Red+Green+Blue) = 113+130+84=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 130 - color contains mainly: green. Hex color #718254 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718254 is #8E7DAB. Grayscale: #777777. Windows color (decimal): -9338284 or 5538417. OLE color: 5538417.
HSL color Cylindrical-coordinate representation of color #718254: hue angle of 82.17º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #718254 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 130 | 84 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.49 |
| HSL | 82.17º | 0.21% | 0.42% | - |
| HSV(B) | 82.17º | 0.35% | 0.51% | - |
| XYZ | 16.39 | 20.12 | 11.41 | - |
| YUV | 119.67 | 107.87 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 130 | 84 | 0.13 | 0 | 0.35 | 0.49 | 82.17 | 0.21 | 0.42 |
| Hex | 71 | 82 | 54 | D | 0 | 23 | 31 | 52 | 15 | 2A |
| Octal | 161 | 202 | 124 | 15 | 0 | 43 | 61 | 122 | 25 | 52 |
| Binary | 1110001 | 10000010 | 1010100 | 1101 | 0 | 100011 | 110001 | 1010010 | 10101 | 101010 |
Color Harmonies of #718254
Complementary color
Monochromatic Colors of #718254
Black with #718254
Text Example
Text Example
White with #718254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718254; }
p { color: rgb(113,130,84); }
H1.HeaderClassName
{
color: #718254;
}
.AnyTagClassName
{
color: #718254;
}
</style>
background-color css
<style>
a { background-color: #718254; }
a { background-color: rgb(113,130,84); }
div.DivClassName
{
background-color: #718254;
}
.BgClassName
{
background-color: #718254;
}
</style>
border-color css
<style>
span { border-color: #718254; }
span { border-color: rgb(113,130,84); }
td.TdClassName
{
border-color: #718254;
}
.TagClassName
{
border-color: #718254;
}
</style>