Shades of Willow Grove #71824E
Tints of Willow Grove #71824E
RGB
CMYK
RGB Variations
Color information
#71824E (or 0x71824E) is known color: Willow Grove. HEX triplet: 71, 82 and 4E. RGB value is (113,130,78). Sum of RGB (Red+Green+Blue) = 113+130+78=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 130 - color contains mainly: green. Hex color #71824E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71824E is #8E7DB1. Grayscale: #777777. Windows color (decimal): -9338290 or 5145201. OLE color: 5145201.
HSL color Cylindrical-coordinate representation of color #71824E: hue angle of 79.62º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71824E is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 130 | 78 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.49 |
| HSL | 79.62º | 0.25% | 0.41% | - |
| HSV(B) | 79.62º | 0.4% | 0.51% | - |
| XYZ | 16.17 | 20.03 | 10.22 | - |
| YUV | 118.99 | 104.87 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 130 | 78 | 0.13 | 0 | 0.40 | 0.49 | 79.62 | 0.25 | 0.41 |
| Hex | 71 | 82 | 4E | D | 0 | 28 | 31 | 50 | 19 | 29 |
| Octal | 161 | 202 | 116 | 15 | 0 | 50 | 61 | 120 | 31 | 51 |
| Binary | 1110001 | 10000010 | 1001110 | 1101 | 0 | 101000 | 110001 | 1010000 | 11001 | 101001 |
Color Harmonies of #71824E
Complementary color
Monochromatic Colors of #71824E
Black with #71824E
Text Example
Text Example
White with #71824E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71824E; }
p { color: rgb(113,130,78); }
H1.HeaderClassName
{
color: #71824E;
}
.AnyTagClassName
{
color: #71824E;
}
</style>
background-color css
<style>
a { background-color: #71824E; }
a { background-color: rgb(113,130,78); }
div.DivClassName
{
background-color: #71824E;
}
.BgClassName
{
background-color: #71824E;
}
</style>
border-color css
<style>
span { border-color: #71824E; }
span { border-color: rgb(113,130,78); }
td.TdClassName
{
border-color: #71824E;
}
.TagClassName
{
border-color: #71824E;
}
</style>