Shades of Rain Forest #707832
Tints of Rain Forest #707832
RGB
CMYK
RGB Variations
Color information
#707832 (or 0x707832) is known color: Rain Forest. HEX triplet: 70, 78 and 32. RGB value is (112,120,50). Sum of RGB (Red+Green+Blue) = 112+120+50=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 120 (47.27% from 255 or 42.55% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 120 - color contains mainly: green. Hex color #707832 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707832 is #8F87CD. Grayscale: #6D6D6D. Windows color (decimal): -9406414 or 3307632. OLE color: 3307632.
HSL color Cylindrical-coordinate representation of color #707832: hue angle of 66.86º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #707832 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 120 | 50 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.53 |
| HSL | 66.86º | 0.41% | 0.33% | - |
| HSV(B) | 66.86º | 0.58% | 0.47% | - |
| XYZ | 13.97 | 17.11 | 5.58 | - |
| YUV | 109.63 | 94.35 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 120 | 50 | 0.07 | 0 | 0.58 | 0.53 | 66.86 | 0.41 | 0.33 |
| Hex | 70 | 78 | 32 | 7 | 0 | 3A | 35 | 43 | 29 | 21 |
| Octal | 160 | 170 | 62 | 7 | 0 | 72 | 65 | 103 | 51 | 41 |
| Binary | 1110000 | 1111000 | 110010 | 111 | 0 | 111010 | 110101 | 1000011 | 101001 | 100001 |
Color Harmonies of #707832
Complementary color
Monochromatic Colors of #707832
Black with #707832
Text Example
Text Example
White with #707832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707832; }
p { color: rgb(112,120,50); }
H1.HeaderClassName
{
color: #707832;
}
.AnyTagClassName
{
color: #707832;
}
</style>
background-color css
<style>
a { background-color: #707832; }
a { background-color: rgb(112,120,50); }
div.DivClassName
{
background-color: #707832;
}
.BgClassName
{
background-color: #707832;
}
</style>
border-color css
<style>
span { border-color: #707832; }
span { border-color: rgb(112,120,50); }
td.TdClassName
{
border-color: #707832;
}
.TagClassName
{
border-color: #707832;
}
</style>