Shades of Willow Grove #728555
Tints of Willow Grove #728555
RGB
CMYK
RGB Variations
Color information
#728555 (or 0x728555) is known color: Willow Grove. HEX triplet: 72, 85 and 55. RGB value is (114,133,85). Sum of RGB (Red+Green+Blue) = 114+133+85=332 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.34% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 133 - color contains mainly: green. Hex color #728555 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728555 is #8D7AAA. Grayscale: #7A7A7A. Windows color (decimal): -9271979 or 5604722. OLE color: 5604722.
HSL color Cylindrical-coordinate representation of color #728555: hue angle of 83.75º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #728555 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 133 | 85 | - |
| CMYK | 0.14 | 0 | 0.36 | 0.48 |
| HSL | 83.75º | 0.22% | 0.43% | - |
| HSV(B) | 83.75º | 0.36% | 0.52% | - |
| XYZ | 16.97 | 21.01 | 11.76 | - |
| YUV | 121.85 | 107.21 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 133 | 85 | 0.14 | 0 | 0.36 | 0.48 | 83.75 | 0.22 | 0.43 |
| Hex | 72 | 85 | 55 | E | 0 | 24 | 30 | 54 | 16 | 2B |
| Octal | 162 | 205 | 125 | 16 | 0 | 44 | 60 | 124 | 26 | 53 |
| Binary | 1110010 | 10000101 | 1010101 | 1110 | 0 | 100100 | 110000 | 1010100 | 10110 | 101011 |
Color Harmonies of #728555
Complementary color
Monochromatic Colors of #728555
Black with #728555
Text Example
Text Example
White with #728555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728555; }
p { color: rgb(114,133,85); }
H1.HeaderClassName
{
color: #728555;
}
.AnyTagClassName
{
color: #728555;
}
</style>
background-color css
<style>
a { background-color: #728555; }
a { background-color: rgb(114,133,85); }
div.DivClassName
{
background-color: #728555;
}
.BgClassName
{
background-color: #728555;
}
</style>
border-color css
<style>
span { border-color: #728555; }
span { border-color: rgb(114,133,85); }
td.TdClassName
{
border-color: #728555;
}
.TagClassName
{
border-color: #728555;
}
</style>