Shades of Willow Grove #70815E
Tints of Willow Grove #70815E
RGB
CMYK
RGB Variations
Color information
#70815E (or 0x70815E) is known color: Willow Grove. HEX triplet: 70, 81 and 5E. RGB value is (112,129,94). Sum of RGB (Red+Green+Blue) = 112+129+94=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 129 - color contains mainly: green. Hex color #70815E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70815E is #8F7EA1. Grayscale: #787878. Windows color (decimal): -9404066 or 6193520. OLE color: 6193520.
HSL color Cylindrical-coordinate representation of color #70815E: hue angle of 89.14º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #70815E is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 129 | 94 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.49 |
| HSL | 89.14º | 0.16% | 0.44% | - |
| HSV(B) | 89.14º | 0.27% | 0.51% | - |
| XYZ | 16.55 | 19.95 | 13.57 | - |
| YUV | 119.93 | 113.37 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 129 | 94 | 0.13 | 0 | 0.27 | 0.49 | 89.14 | 0.16 | 0.44 |
| Hex | 70 | 81 | 5E | D | 0 | 1B | 31 | 59 | 10 | 2C |
| Octal | 160 | 201 | 136 | 15 | 0 | 33 | 61 | 131 | 20 | 54 |
| Binary | 1110000 | 10000001 | 1011110 | 1101 | 0 | 11011 | 110001 | 1011001 | 10000 | 101100 |
Color Harmonies of #70815E
Complementary color
Monochromatic Colors of #70815E
Black with #70815E
Text Example
Text Example
White with #70815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70815E; }
p { color: rgb(112,129,94); }
H1.HeaderClassName
{
color: #70815E;
}
.AnyTagClassName
{
color: #70815E;
}
</style>
background-color css
<style>
a { background-color: #70815E; }
a { background-color: rgb(112,129,94); }
div.DivClassName
{
background-color: #70815E;
}
.BgClassName
{
background-color: #70815E;
}
</style>
border-color css
<style>
span { border-color: #70815E; }
span { border-color: rgb(112,129,94); }
td.TdClassName
{
border-color: #70815E;
}
.TagClassName
{
border-color: #70815E;
}
</style>