Shades of Willow Grove #73864F
Tints of Willow Grove #73864F
RGB
CMYK
RGB Variations
Color information
#73864F (or 0x73864F) is known color: Willow Grove. HEX triplet: 73, 86 and 4F. RGB value is (115,134,79). Sum of RGB (Red+Green+Blue) = 115+134+79=328 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.06% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 134 - color contains mainly: green. Hex color #73864F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73864F is #8C79B0. Grayscale: #7A7A7A. Windows color (decimal): -9206193 or 5211763. OLE color: 5211763.
HSL color Cylindrical-coordinate representation of color #73864F: hue angle of 80.73º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #73864F is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 134 | 79 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.47 |
| HSL | 80.73º | 0.26% | 0.42% | - |
| HSV(B) | 80.73º | 0.41% | 0.53% | - |
| XYZ | 17.01 | 21.26 | 10.6 | - |
| YUV | 122.05 | 103.71 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 134 | 79 | 0.14 | 0 | 0.41 | 0.47 | 80.73 | 0.26 | 0.42 |
| Hex | 73 | 86 | 4F | E | 0 | 29 | 2F | 51 | 1A | 2A |
| Octal | 163 | 206 | 117 | 16 | 0 | 51 | 57 | 121 | 32 | 52 |
| Binary | 1110011 | 10000110 | 1001111 | 1110 | 0 | 101001 | 101111 | 1010001 | 11010 | 101010 |
Color Harmonies of #73864F
Complementary color
Monochromatic Colors of #73864F
Black with #73864F
Text Example
Text Example
White with #73864F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73864F; }
p { color: rgb(115,134,79); }
H1.HeaderClassName
{
color: #73864F;
}
.AnyTagClassName
{
color: #73864F;
}
</style>
background-color css
<style>
a { background-color: #73864F; }
a { background-color: rgb(115,134,79); }
div.DivClassName
{
background-color: #73864F;
}
.BgClassName
{
background-color: #73864F;
}
</style>
border-color css
<style>
span { border-color: #73864F; }
span { border-color: rgb(115,134,79); }
td.TdClassName
{
border-color: #73864F;
}
.TagClassName
{
border-color: #73864F;
}
</style>