Shades of Willow Grove #728255
Tints of Willow Grove #728255
RGB
CMYK
RGB Variations
Color information
#728255 (or 0x728255) is known color: Willow Grove. HEX triplet: 72, 82 and 55. RGB value is (114,130,85). Sum of RGB (Red+Green+Blue) = 114+130+85=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 130 - color contains mainly: green. Hex color #728255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728255 is #8D7DAA. Grayscale: #787878. Windows color (decimal): -9272747 or 5603954. OLE color: 5603954.
HSL color Cylindrical-coordinate representation of color #728255: hue angle of 81.33º 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 #728255 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 130 | 85 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.49 |
| HSL | 81.33º | 0.21% | 0.42% | - |
| HSV(B) | 81.33º | 0.35% | 0.51% | - |
| XYZ | 16.56 | 20.2 | 11.62 | - |
| YUV | 120.09 | 108.2 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 130 | 85 | 0.12 | 0 | 0.35 | 0.49 | 81.33 | 0.21 | 0.42 |
| Hex | 72 | 82 | 55 | C | 0 | 23 | 31 | 51 | 15 | 2A |
| Octal | 162 | 202 | 125 | 14 | 0 | 43 | 61 | 121 | 25 | 52 |
| Binary | 1110010 | 10000010 | 1010101 | 1100 | 0 | 100011 | 110001 | 1010001 | 10101 | 101010 |
Color Harmonies of #728255
Complementary color
Monochromatic Colors of #728255
Black with #728255
Text Example
Text Example
White with #728255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728255; }
p { color: rgb(114,130,85); }
H1.HeaderClassName
{
color: #728255;
}
.AnyTagClassName
{
color: #728255;
}
</style>
background-color css
<style>
a { background-color: #728255; }
a { background-color: rgb(114,130,85); }
div.DivClassName
{
background-color: #728255;
}
.BgClassName
{
background-color: #728255;
}
</style>
border-color css
<style>
span { border-color: #728255; }
span { border-color: rgb(114,130,85); }
td.TdClassName
{
border-color: #728255;
}
.TagClassName
{
border-color: #728255;
}
</style>