Shades of Rain Forest #707835
Tints of Rain Forest #707835
RGB
CMYK
RGB Variations
Color information
#707835 (or 0x707835) is known color: Rain Forest. HEX triplet: 70, 78 and 35. RGB value is (112,120,53). Sum of RGB (Red+Green+Blue) = 112+120+53=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 120 - color contains mainly: green. Hex color #707835 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707835 is #8F87CA. Grayscale: #6E6E6E. Windows color (decimal): -9406411 or 3504240. OLE color: 3504240.
HSL color Cylindrical-coordinate representation of color #707835: hue angle of 67.16º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #707835 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 120 | 53 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.53 |
| HSL | 67.16º | 0.39% | 0.34% | - |
| HSV(B) | 67.16º | 0.56% | 0.47% | - |
| XYZ | 14.04 | 17.13 | 5.94 | - |
| YUV | 109.97 | 95.85 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 120 | 53 | 0.07 | 0 | 0.56 | 0.53 | 67.16 | 0.39 | 0.34 |
| Hex | 70 | 78 | 35 | 7 | 0 | 38 | 35 | 43 | 27 | 22 |
| Octal | 160 | 170 | 65 | 7 | 0 | 70 | 65 | 103 | 47 | 42 |
| Binary | 1110000 | 1111000 | 110101 | 111 | 0 | 111000 | 110101 | 1000011 | 100111 | 100010 |
Color Harmonies of #707835
Complementary color
Monochromatic Colors of #707835
Black with #707835
Text Example
Text Example
White with #707835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707835; }
p { color: rgb(112,120,53); }
H1.HeaderClassName
{
color: #707835;
}
.AnyTagClassName
{
color: #707835;
}
</style>
background-color css
<style>
a { background-color: #707835; }
a { background-color: rgb(112,120,53); }
div.DivClassName
{
background-color: #707835;
}
.BgClassName
{
background-color: #707835;
}
</style>
border-color css
<style>
span { border-color: #707835; }
span { border-color: rgb(112,120,53); }
td.TdClassName
{
border-color: #707835;
}
.TagClassName
{
border-color: #707835;
}
</style>