Shades of Rain Forest #707737
Tints of Rain Forest #707737
RGB
CMYK
RGB Variations
Color information
#707737 (or 0x707737) is known color: Rain Forest. HEX triplet: 70, 77 and 37. RGB value is (112,119,55). Sum of RGB (Red+Green+Blue) = 112+119+55=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 55 (21.88% from 255 or 19.23% from 286); Max value from RGB is 119 - color contains mainly: green. Hex color #707737 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707737 is #8F88C8. Grayscale: #6D6D6D. Windows color (decimal): -9406665 or 3635056. OLE color: 3635056.
HSL color Cylindrical-coordinate representation of color #707737: hue angle of 66.56º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #707737 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 119 | 55 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.53 |
| HSL | 66.56º | 0.37% | 0.34% | - |
| HSV(B) | 66.56º | 0.54% | 0.47% | - |
| XYZ | 13.97 | 16.91 | 6.14 | - |
| YUV | 109.61 | 97.18 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 119 | 55 | 0.06 | 0 | 0.54 | 0.53 | 66.56 | 0.37 | 0.34 |
| Hex | 70 | 77 | 37 | 6 | 0 | 36 | 35 | 43 | 25 | 22 |
| Octal | 160 | 167 | 67 | 6 | 0 | 66 | 65 | 103 | 45 | 42 |
| Binary | 1110000 | 1110111 | 110111 | 110 | 0 | 110110 | 110101 | 1000011 | 100101 | 100010 |
Color Harmonies of #707737
Complementary color
Monochromatic Colors of #707737
Black with #707737
Text Example
Text Example
White with #707737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707737; }
p { color: rgb(112,119,55); }
H1.HeaderClassName
{
color: #707737;
}
.AnyTagClassName
{
color: #707737;
}
</style>
background-color css
<style>
a { background-color: #707737; }
a { background-color: rgb(112,119,55); }
div.DivClassName
{
background-color: #707737;
}
.BgClassName
{
background-color: #707737;
}
</style>
border-color css
<style>
span { border-color: #707737; }
span { border-color: rgb(112,119,55); }
td.TdClassName
{
border-color: #707737;
}
.TagClassName
{
border-color: #707737;
}
</style>