Shades of Willow Grove #728256
Tints of Willow Grove #728256
RGB
CMYK
RGB Variations
Color information
#728256 (or 0x728256) is known color: Willow Grove. HEX triplet: 72, 82 and 56. RGB value is (114,130,86). Sum of RGB (Red+Green+Blue) = 114+130+86=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 86 (33.98% from 255 or 26.06% from 330); Max value from RGB is 130 - color contains mainly: green. Hex color #728256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728256 is #8D7DA9. Grayscale: #787878. Windows color (decimal): -9272746 or 5669490. OLE color: 5669490.
HSL color Cylindrical-coordinate representation of color #728256: hue angle of 81.82º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #728256 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 130 | 86 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.49 |
| HSL | 81.82º | 0.2% | 0.42% | - |
| HSV(B) | 81.82º | 0.34% | 0.51% | - |
| XYZ | 16.6 | 20.21 | 11.83 | - |
| YUV | 120.2 | 108.7 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 130 | 86 | 0.12 | 0 | 0.34 | 0.49 | 81.82 | 0.2 | 0.42 |
| Hex | 72 | 82 | 56 | C | 0 | 22 | 31 | 52 | 14 | 2A |
| Octal | 162 | 202 | 126 | 14 | 0 | 42 | 61 | 122 | 24 | 52 |
| Binary | 1110010 | 10000010 | 1010110 | 1100 | 0 | 100010 | 110001 | 1010010 | 10100 | 101010 |
Color Harmonies of #728256
Complementary color
Monochromatic Colors of #728256
Black with #728256
Text Example
Text Example
White with #728256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728256; }
p { color: rgb(114,130,86); }
H1.HeaderClassName
{
color: #728256;
}
.AnyTagClassName
{
color: #728256;
}
</style>
background-color css
<style>
a { background-color: #728256; }
a { background-color: rgb(114,130,86); }
div.DivClassName
{
background-color: #728256;
}
.BgClassName
{
background-color: #728256;
}
</style>
border-color css
<style>
span { border-color: #728256; }
span { border-color: rgb(114,130,86); }
td.TdClassName
{
border-color: #728256;
}
.TagClassName
{
border-color: #728256;
}
</style>