Shades of Willow Grove #728251
Tints of Willow Grove #728251
RGB
CMYK
RGB Variations
Color information
#728251 (or 0x728251) is known color: Willow Grove. HEX triplet: 72, 82 and 51. RGB value is (114,130,81). Sum of RGB (Red+Green+Blue) = 114+130+81=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 81 (32.03% from 255 or 24.92% from 325); Max value from RGB is 130 - color contains mainly: green. Hex color #728251 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728251 is #8D7DAE. Grayscale: #777777. Windows color (decimal): -9272751 or 5341810. OLE color: 5341810.
HSL color Cylindrical-coordinate representation of color #728251: hue angle of 79.59º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #728251 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 130 | 81 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.49 |
| HSL | 79.59º | 0.23% | 0.41% | - |
| HSV(B) | 79.59º | 0.38% | 0.51% | - |
| XYZ | 16.41 | 20.14 | 10.81 | - |
| YUV | 119.63 | 106.2 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 130 | 81 | 0.12 | 0 | 0.38 | 0.49 | 79.59 | 0.23 | 0.41 |
| Hex | 72 | 82 | 51 | C | 0 | 26 | 31 | 50 | 17 | 29 |
| Octal | 162 | 202 | 121 | 14 | 0 | 46 | 61 | 120 | 27 | 51 |
| Binary | 1110010 | 10000010 | 1010001 | 1100 | 0 | 100110 | 110001 | 1010000 | 10111 | 101001 |
Color Harmonies of #728251
Complementary color
Monochromatic Colors of #728251
Black with #728251
Text Example
Text Example
White with #728251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728251; }
p { color: rgb(114,130,81); }
H1.HeaderClassName
{
color: #728251;
}
.AnyTagClassName
{
color: #728251;
}
</style>
background-color css
<style>
a { background-color: #728251; }
a { background-color: rgb(114,130,81); }
div.DivClassName
{
background-color: #728251;
}
.BgClassName
{
background-color: #728251;
}
</style>
border-color css
<style>
span { border-color: #728251; }
span { border-color: rgb(114,130,81); }
td.TdClassName
{
border-color: #728251;
}
.TagClassName
{
border-color: #728251;
}
</style>