Shades of Willow Grove #707F51
Tints of Willow Grove #707F51
RGB
CMYK
RGB Variations
Color information
#707F51 (or 0x707F51) is known color: Willow Grove. HEX triplet: 70, 7F and 51. RGB value is (112,127,81). Sum of RGB (Red+Green+Blue) = 112+127+81=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 127 - color contains mainly: green. Hex color #707F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707F51 is #8F80AE. Grayscale: #757575. Windows color (decimal): -9404591 or 5341040. OLE color: 5341040.
HSL color Cylindrical-coordinate representation of color #707F51: hue angle of 79.57º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #707F51 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 127 | 81 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.50 |
| HSL | 79.57º | 0.22% | 0.41% | - |
| HSV(B) | 79.57º | 0.36% | 0.5% | - |
| XYZ | 15.76 | 19.22 | 10.66 | - |
| YUV | 117.27 | 107.53 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 127 | 81 | 0.12 | 0 | 0.36 | 0.50 | 79.57 | 0.22 | 0.41 |
| Hex | 70 | 7F | 51 | C | 0 | 24 | 32 | 50 | 16 | 29 |
| Octal | 160 | 177 | 121 | 14 | 0 | 44 | 62 | 120 | 26 | 51 |
| Binary | 1110000 | 1111111 | 1010001 | 1100 | 0 | 100100 | 110010 | 1010000 | 10110 | 101001 |
Color Harmonies of #707F51
Complementary color
Monochromatic Colors of #707F51
Black with #707F51
Text Example
Text Example
White with #707F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707F51; }
p { color: rgb(112,127,81); }
H1.HeaderClassName
{
color: #707F51;
}
.AnyTagClassName
{
color: #707F51;
}
</style>
background-color css
<style>
a { background-color: #707F51; }
a { background-color: rgb(112,127,81); }
div.DivClassName
{
background-color: #707F51;
}
.BgClassName
{
background-color: #707F51;
}
</style>
border-color css
<style>
span { border-color: #707F51; }
span { border-color: rgb(112,127,81); }
td.TdClassName
{
border-color: #707F51;
}
.TagClassName
{
border-color: #707F51;
}
</style>