Shades of Willow Grove #727D61
Tints of Willow Grove #727D61
RGB
CMYK
RGB Variations
Color information
#727D61 (or 0x727D61) is known color: Willow Grove. HEX triplet: 72, 7D and 61. RGB value is (114,125,97). Sum of RGB (Red+Green+Blue) = 114+125+97=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 125 - color contains mainly: green. Hex color #727D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727D61 is #8D829E. Grayscale: #767676. Windows color (decimal): -9274015 or 6389106. OLE color: 6389106.
HSL color Cylindrical-coordinate representation of color #727D61: hue angle of 83.57º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #727D61 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 125 | 97 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.51 |
| HSL | 83.57º | 0.13% | 0.44% | - |
| HSV(B) | 83.57º | 0.22% | 0.49% | - |
| XYZ | 16.43 | 19.11 | 14.13 | - |
| YUV | 118.52 | 115.86 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 125 | 97 | 0.09 | 0 | 0.22 | 0.51 | 83.57 | 0.13 | 0.44 |
| Hex | 72 | 7D | 61 | 9 | 0 | 16 | 33 | 54 | D | 2C |
| Octal | 162 | 175 | 141 | 11 | 0 | 26 | 63 | 124 | 15 | 54 |
| Binary | 1110010 | 1111101 | 1100001 | 1001 | 0 | 10110 | 110011 | 1010100 | 1101 | 101100 |
Color Harmonies of #727D61
Complementary color
Monochromatic Colors of #727D61
Black with #727D61
Text Example
Text Example
White with #727D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727D61; }
p { color: rgb(114,125,97); }
H1.HeaderClassName
{
color: #727D61;
}
.AnyTagClassName
{
color: #727D61;
}
</style>
background-color css
<style>
a { background-color: #727D61; }
a { background-color: rgb(114,125,97); }
div.DivClassName
{
background-color: #727D61;
}
.BgClassName
{
background-color: #727D61;
}
</style>
border-color css
<style>
span { border-color: #727D61; }
span { border-color: rgb(114,125,97); }
td.TdClassName
{
border-color: #727D61;
}
.TagClassName
{
border-color: #727D61;
}
</style>