Shades of Willow Grove #71854E
Tints of Willow Grove #71854E
RGB
CMYK
RGB Variations
Color information
#71854E (or 0x71854E) is known color: Willow Grove. HEX triplet: 71, 85 and 4E. RGB value is (113,133,78). Sum of RGB (Red+Green+Blue) = 113+133+78=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 133 - color contains mainly: green. Hex color #71854E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71854E is #8E7AB1. Grayscale: #787878. Windows color (decimal): -9337522 or 5145969. OLE color: 5145969.
HSL color Cylindrical-coordinate representation of color #71854E: hue angle of 81.82º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71854E is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 133 | 78 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.48 |
| HSL | 81.82º | 0.26% | 0.41% | - |
| HSV(B) | 81.82º | 0.41% | 0.52% | - |
| XYZ | 16.57 | 20.84 | 10.36 | - |
| YUV | 120.75 | 103.87 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 133 | 78 | 0.15 | 0 | 0.41 | 0.48 | 81.82 | 0.26 | 0.41 |
| Hex | 71 | 85 | 4E | F | 0 | 29 | 30 | 52 | 1A | 29 |
| Octal | 161 | 205 | 116 | 17 | 0 | 51 | 60 | 122 | 32 | 51 |
| Binary | 1110001 | 10000101 | 1001110 | 1111 | 0 | 101001 | 110000 | 1010010 | 11010 | 101001 |
Color Harmonies of #71854E
Complementary color
Monochromatic Colors of #71854E
Black with #71854E
Text Example
Text Example
White with #71854E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71854E; }
p { color: rgb(113,133,78); }
H1.HeaderClassName
{
color: #71854E;
}
.AnyTagClassName
{
color: #71854E;
}
</style>
background-color css
<style>
a { background-color: #71854E; }
a { background-color: rgb(113,133,78); }
div.DivClassName
{
background-color: #71854E;
}
.BgClassName
{
background-color: #71854E;
}
</style>
border-color css
<style>
span { border-color: #71854E; }
span { border-color: rgb(113,133,78); }
td.TdClassName
{
border-color: #71854E;
}
.TagClassName
{
border-color: #71854E;
}
</style>