Shades of Willow Grove #707F50
Tints of Willow Grove #707F50
RGB
CMYK
RGB Variations
Color information
#707F50 (or 0x707F50) is known color: Willow Grove. HEX triplet: 70, 7F and 50. RGB value is (112,127,80). Sum of RGB (Red+Green+Blue) = 112+127+80=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 127 - color contains mainly: green. Hex color #707F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707F50 is #8F80AF. Grayscale: #757575. Windows color (decimal): -9404592 or 5275504. OLE color: 5275504.
HSL color Cylindrical-coordinate representation of color #707F50: hue angle of 79.15º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #707F50 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 127 | 80 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.50 |
| HSL | 79.15º | 0.23% | 0.41% | - |
| HSV(B) | 79.15º | 0.37% | 0.5% | - |
| XYZ | 15.72 | 19.2 | 10.47 | - |
| YUV | 117.16 | 107.03 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 127 | 80 | 0.12 | 0 | 0.37 | 0.50 | 79.15 | 0.23 | 0.41 |
| Hex | 70 | 7F | 50 | C | 0 | 25 | 32 | 4F | 17 | 29 |
| Octal | 160 | 177 | 120 | 14 | 0 | 45 | 62 | 117 | 27 | 51 |
| Binary | 1110000 | 1111111 | 1010000 | 1100 | 0 | 100101 | 110010 | 1001111 | 10111 | 101001 |
Color Harmonies of #707F50
Complementary color
Monochromatic Colors of #707F50
Black with #707F50
Text Example
Text Example
White with #707F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707F50; }
p { color: rgb(112,127,80); }
H1.HeaderClassName
{
color: #707F50;
}
.AnyTagClassName
{
color: #707F50;
}
</style>
background-color css
<style>
a { background-color: #707F50; }
a { background-color: rgb(112,127,80); }
div.DivClassName
{
background-color: #707F50;
}
.BgClassName
{
background-color: #707F50;
}
</style>
border-color css
<style>
span { border-color: #707F50; }
span { border-color: rgb(112,127,80); }
td.TdClassName
{
border-color: #707F50;
}
.TagClassName
{
border-color: #707F50;
}
</style>