Shades of Willow Grove #71855A
Tints of Willow Grove #71855A
RGB
CMYK
RGB Variations
Color information
#71855A (or 0x71855A) is known color: Willow Grove. HEX triplet: 71, 85 and 5A. RGB value is (113,133,90). Sum of RGB (Red+Green+Blue) = 113+133+90=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 133 - color contains mainly: green. Hex color #71855A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71855A is #8E7AA5. Grayscale: #7A7A7A. Windows color (decimal): -9337510 or 5932401. OLE color: 5932401.
HSL color Cylindrical-coordinate representation of color #71855A: hue angle of 87.91º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #71855A is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 133 | 90 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.48 |
| HSL | 87.91º | 0.19% | 0.44% | - |
| HSV(B) | 87.91º | 0.32% | 0.52% | - |
| XYZ | 17.04 | 21.02 | 12.83 | - |
| YUV | 122.12 | 109.87 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 133 | 90 | 0.15 | 0 | 0.32 | 0.48 | 87.91 | 0.19 | 0.44 |
| Hex | 71 | 85 | 5A | F | 0 | 20 | 30 | 58 | 13 | 2C |
| Octal | 161 | 205 | 132 | 17 | 0 | 40 | 60 | 130 | 23 | 54 |
| Binary | 1110001 | 10000101 | 1011010 | 1111 | 0 | 100000 | 110000 | 1011000 | 10011 | 101100 |
Color Harmonies of #71855A
Complementary color
Monochromatic Colors of #71855A
Black with #71855A
Text Example
Text Example
White with #71855A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71855A; }
p { color: rgb(113,133,90); }
H1.HeaderClassName
{
color: #71855A;
}
.AnyTagClassName
{
color: #71855A;
}
</style>
background-color css
<style>
a { background-color: #71855A; }
a { background-color: rgb(113,133,90); }
div.DivClassName
{
background-color: #71855A;
}
.BgClassName
{
background-color: #71855A;
}
</style>
border-color css
<style>
span { border-color: #71855A; }
span { border-color: rgb(113,133,90); }
td.TdClassName
{
border-color: #71855A;
}
.TagClassName
{
border-color: #71855A;
}
</style>