Shades of Willow Grove #70736C
Tints of Willow Grove #70736C
RGB
CMYK
RGB Variations
Color information
#70736C (or 0x70736C) is known color: Willow Grove. HEX triplet: 70, 73 and 6C. RGB value is (112,115,108). Sum of RGB (Red+Green+Blue) = 112+115+108=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 115 - color contains mainly: green. Hex color #70736C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70736C is #8F8C93. Grayscale: #717171. Windows color (decimal): -9407636 or 7107440. OLE color: 7107440.
HSL color Cylindrical-coordinate representation of color #70736C: hue angle of 85.71º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #70736C is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 115 | 108 | - |
| CMYK | 0.03 | 0 | 0.06 | 0.55 |
| HSL | 85.71º | 0.03% | 0.44% | - |
| HSV(B) | 85.71º | 0.06% | 0.45% | - |
| XYZ | 15.52 | 16.79 | 16.61 | - |
| YUV | 113.31 | 125.01 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 115 | 108 | 0.03 | 0 | 0.06 | 0.55 | 85.71 | 0.03 | 0.44 |
| Hex | 70 | 73 | 6C | 3 | 0 | 6 | 37 | 56 | 3 | 2C |
| Octal | 160 | 163 | 154 | 3 | 0 | 6 | 67 | 126 | 3 | 54 |
| Binary | 1110000 | 1110011 | 1101100 | 11 | 0 | 110 | 110111 | 1010110 | 11 | 101100 |
Color Harmonies of #70736C
Complementary color
Monochromatic Colors of #70736C
Black with #70736C
Text Example
Text Example
White with #70736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70736C; }
p { color: rgb(112,115,108); }
H1.HeaderClassName
{
color: #70736C;
}
.AnyTagClassName
{
color: #70736C;
}
</style>
background-color css
<style>
a { background-color: #70736C; }
a { background-color: rgb(112,115,108); }
div.DivClassName
{
background-color: #70736C;
}
.BgClassName
{
background-color: #70736C;
}
</style>
border-color css
<style>
span { border-color: #70736C; }
span { border-color: rgb(112,115,108); }
td.TdClassName
{
border-color: #70736C;
}
.TagClassName
{
border-color: #70736C;
}
</style>