Shades of Willow Grove #70835D
Tints of Willow Grove #70835D
RGB
CMYK
RGB Variations
Color information
#70835D (or 0x70835D) is known color: Willow Grove. HEX triplet: 70, 83 and 5D. RGB value is (112,131,93). Sum of RGB (Red+Green+Blue) = 112+131+93=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 131 - color contains mainly: green. Hex color #70835D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70835D is #8F7CA2. Grayscale: #797979. Windows color (decimal): -9403555 or 6128496. OLE color: 6128496.
HSL color Cylindrical-coordinate representation of color #70835D: hue angle of 90º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #70835D is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 131 | 93 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.49 |
| HSL | 90º | 0.17% | 0.44% | - |
| HSV(B) | 90º | 0.29% | 0.51% | - |
| XYZ | 16.77 | 20.47 | 13.42 | - |
| YUV | 120.99 | 112.21 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 131 | 93 | 0.15 | 0 | 0.29 | 0.49 | 90 | 0.17 | 0.44 |
| Hex | 70 | 83 | 5D | F | 0 | 1D | 31 | 5A | 11 | 2C |
| Octal | 160 | 203 | 135 | 17 | 0 | 35 | 61 | 132 | 21 | 54 |
| Binary | 1110000 | 10000011 | 1011101 | 1111 | 0 | 11101 | 110001 | 1011010 | 10001 | 101100 |
Color Harmonies of #70835D
Complementary color
Monochromatic Colors of #70835D
Black with #70835D
Text Example
Text Example
White with #70835D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70835D; }
p { color: rgb(112,131,93); }
H1.HeaderClassName
{
color: #70835D;
}
.AnyTagClassName
{
color: #70835D;
}
</style>
background-color css
<style>
a { background-color: #70835D; }
a { background-color: rgb(112,131,93); }
div.DivClassName
{
background-color: #70835D;
}
.BgClassName
{
background-color: #70835D;
}
</style>
border-color css
<style>
span { border-color: #70835D; }
span { border-color: rgb(112,131,93); }
td.TdClassName
{
border-color: #70835D;
}
.TagClassName
{
border-color: #70835D;
}
</style>