Shades of Willow Grove #707D5A
Tints of Willow Grove #707D5A
RGB
CMYK
RGB Variations
Color information
#707D5A (or 0x707D5A) is known color: Willow Grove. HEX triplet: 70, 7D and 5A. RGB value is (112,125,90). Sum of RGB (Red+Green+Blue) = 112+125+90=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 125 - color contains mainly: green. Hex color #707D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707D5A is #8F82A5. Grayscale: #757575. Windows color (decimal): -9405094 or 5930352. OLE color: 5930352.
HSL color Cylindrical-coordinate representation of color #707D5A: hue angle of 82.29º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #707D5A is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 125 | 90 | - |
| CMYK | 0.10 | 0 | 0.28 | 0.51 |
| HSL | 82.29º | 0.16% | 0.42% | - |
| HSV(B) | 82.29º | 0.28% | 0.49% | - |
| XYZ | 15.86 | 18.85 | 12.48 | - |
| YUV | 117.12 | 112.69 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 125 | 90 | 0.10 | 0 | 0.28 | 0.51 | 82.29 | 0.16 | 0.42 |
| Hex | 70 | 7D | 5A | A | 0 | 1C | 33 | 52 | 10 | 2A |
| Octal | 160 | 175 | 132 | 12 | 0 | 34 | 63 | 122 | 20 | 52 |
| Binary | 1110000 | 1111101 | 1011010 | 1010 | 0 | 11100 | 110011 | 1010010 | 10000 | 101010 |
Color Harmonies of #707D5A
Complementary color
Monochromatic Colors of #707D5A
Black with #707D5A
Text Example
Text Example
White with #707D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707D5A; }
p { color: rgb(112,125,90); }
H1.HeaderClassName
{
color: #707D5A;
}
.AnyTagClassName
{
color: #707D5A;
}
</style>
background-color css
<style>
a { background-color: #707D5A; }
a { background-color: rgb(112,125,90); }
div.DivClassName
{
background-color: #707D5A;
}
.BgClassName
{
background-color: #707D5A;
}
</style>
border-color css
<style>
span { border-color: #707D5A; }
span { border-color: rgb(112,125,90); }
td.TdClassName
{
border-color: #707D5A;
}
.TagClassName
{
border-color: #707D5A;
}
</style>