Shades of Willow Grove #707C5A
Tints of Willow Grove #707C5A
RGB
CMYK
RGB Variations
Color information
#707C5A (or 0x707C5A) is known color: Willow Grove. HEX triplet: 70, 7C and 5A. RGB value is (112,124,90). Sum of RGB (Red+Green+Blue) = 112+124+90=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 124 - color contains mainly: green. Hex color #707C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707C5A is #8F83A5. Grayscale: #747474. Windows color (decimal): -9405350 or 5930096. OLE color: 5930096.
HSL color Cylindrical-coordinate representation of color #707C5A: hue angle of 81.18º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #707C5A is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 124 | 90 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.51 |
| HSL | 81.18º | 0.16% | 0.42% | - |
| HSV(B) | 81.18º | 0.27% | 0.49% | - |
| XYZ | 15.74 | 18.6 | 12.43 | - |
| YUV | 116.54 | 113.02 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 90 | 0.10 | 0 | 0.27 | 0.51 | 81.18 | 0.16 | 0.42 |
| Hex | 70 | 7C | 5A | A | 0 | 1B | 33 | 51 | 10 | 2A |
| Octal | 160 | 174 | 132 | 12 | 0 | 33 | 63 | 121 | 20 | 52 |
| Binary | 1110000 | 1111100 | 1011010 | 1010 | 0 | 11011 | 110011 | 1010001 | 10000 | 101010 |
Color Harmonies of #707C5A
Complementary color
Monochromatic Colors of #707C5A
Black with #707C5A
Text Example
Text Example
White with #707C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707C5A; }
p { color: rgb(112,124,90); }
H1.HeaderClassName
{
color: #707C5A;
}
.AnyTagClassName
{
color: #707C5A;
}
</style>
background-color css
<style>
a { background-color: #707C5A; }
a { background-color: rgb(112,124,90); }
div.DivClassName
{
background-color: #707C5A;
}
.BgClassName
{
background-color: #707C5A;
}
</style>
border-color css
<style>
span { border-color: #707C5A; }
span { border-color: rgb(112,124,90); }
td.TdClassName
{
border-color: #707C5A;
}
.TagClassName
{
border-color: #707C5A;
}
</style>