Shades of Rain Forest #707639
Tints of Rain Forest #707639
RGB
CMYK
RGB Variations
Color information
#707639 (or 0x707639) is known color: Rain Forest. HEX triplet: 70, 76 and 39. RGB value is (112,118,57). Sum of RGB (Red+Green+Blue) = 112+118+57=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 57 (22.66% from 255 or 19.86% from 287); Max value from RGB is 118 - color contains mainly: green. Hex color #707639 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707639 is #8F89C6. Grayscale: #6D6D6D. Windows color (decimal): -9406919 or 3765872. OLE color: 3765872.
HSL color Cylindrical-coordinate representation of color #707639: hue angle of 65.9º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #707639 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 118 | 57 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.54 |
| HSL | 65.9º | 0.35% | 0.34% | - |
| HSV(B) | 65.9º | 0.52% | 0.46% | - |
| XYZ | 13.9 | 16.7 | 6.36 | - |
| YUV | 109.25 | 98.51 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 57 | 0.05 | 0 | 0.52 | 0.54 | 65.9 | 0.35 | 0.34 |
| Hex | 70 | 76 | 39 | 5 | 0 | 34 | 36 | 42 | 23 | 22 |
| Octal | 160 | 166 | 71 | 5 | 0 | 64 | 66 | 102 | 43 | 42 |
| Binary | 1110000 | 1110110 | 111001 | 101 | 0 | 110100 | 110110 | 1000010 | 100011 | 100010 |
Color Harmonies of #707639
Complementary color
Monochromatic Colors of #707639
Black with #707639
Text Example
Text Example
White with #707639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707639; }
p { color: rgb(112,118,57); }
H1.HeaderClassName
{
color: #707639;
}
.AnyTagClassName
{
color: #707639;
}
</style>
background-color css
<style>
a { background-color: #707639; }
a { background-color: rgb(112,118,57); }
div.DivClassName
{
background-color: #707639;
}
.BgClassName
{
background-color: #707639;
}
</style>
border-color css
<style>
span { border-color: #707639; }
span { border-color: rgb(112,118,57); }
td.TdClassName
{
border-color: #707639;
}
.TagClassName
{
border-color: #707639;
}
</style>