Shades of Willow Grove #71834D
Tints of Willow Grove #71834D
RGB
CMYK
RGB Variations
Color information
#71834D (or 0x71834D) is known color: Willow Grove. HEX triplet: 71, 83 and 4D. RGB value is (113,131,77). Sum of RGB (Red+Green+Blue) = 113+131+77=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 131 - color contains mainly: green. Hex color #71834D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71834D is #8E7CB2. Grayscale: #777777. Windows color (decimal): -9338035 or 5079921. OLE color: 5079921.
HSL color Cylindrical-coordinate representation of color #71834D: hue angle of 80º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71834D is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 131 | 77 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.49 |
| HSL | 80º | 0.26% | 0.41% | - |
| HSV(B) | 80º | 0.41% | 0.51% | - |
| XYZ | 16.27 | 20.28 | 10.08 | - |
| YUV | 119.46 | 104.04 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 131 | 77 | 0.14 | 0 | 0.41 | 0.49 | 80 | 0.26 | 0.41 |
| Hex | 71 | 83 | 4D | E | 0 | 29 | 31 | 50 | 1A | 29 |
| Octal | 161 | 203 | 115 | 16 | 0 | 51 | 61 | 120 | 32 | 51 |
| Binary | 1110001 | 10000011 | 1001101 | 1110 | 0 | 101001 | 110001 | 1010000 | 11010 | 101001 |
Color Harmonies of #71834D
Complementary color
Monochromatic Colors of #71834D
Black with #71834D
Text Example
Text Example
White with #71834D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71834D; }
p { color: rgb(113,131,77); }
H1.HeaderClassName
{
color: #71834D;
}
.AnyTagClassName
{
color: #71834D;
}
</style>
background-color css
<style>
a { background-color: #71834D; }
a { background-color: rgb(113,131,77); }
div.DivClassName
{
background-color: #71834D;
}
.BgClassName
{
background-color: #71834D;
}
</style>
border-color css
<style>
span { border-color: #71834D; }
span { border-color: rgb(113,131,77); }
td.TdClassName
{
border-color: #71834D;
}
.TagClassName
{
border-color: #71834D;
}
</style>