Shades of Rain Forest #707E38
Tints of Rain Forest #707E38
RGB
CMYK
RGB Variations
Color information
#707E38 (or 0x707E38) is known color: Rain Forest. HEX triplet: 70, 7E and 38. RGB value is (112,126,56). Sum of RGB (Red+Green+Blue) = 112+126+56=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 126 (49.61% from 255 or 42.86% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 126 - color contains mainly: green. Hex color #707E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707E38 is #8F81C7. Grayscale: #727272. Windows color (decimal): -9404872 or 3702384. OLE color: 3702384.
HSL color Cylindrical-coordinate representation of color #707E38: hue angle of 72º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #707E38 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 126 | 56 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.51 |
| HSL | 72º | 0.38% | 0.36% | - |
| HSV(B) | 72º | 0.56% | 0.49% | - |
| XYZ | 14.86 | 18.65 | 6.56 | - |
| YUV | 113.83 | 95.36 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 56 | 0.11 | 0 | 0.56 | 0.51 | 72 | 0.38 | 0.36 |
| Hex | 70 | 7E | 38 | B | 0 | 38 | 33 | 48 | 26 | 24 |
| Octal | 160 | 176 | 70 | 13 | 0 | 70 | 63 | 110 | 46 | 44 |
| Binary | 1110000 | 1111110 | 111000 | 1011 | 0 | 111000 | 110011 | 1001000 | 100110 | 100100 |
Color Harmonies of #707E38
Complementary color
Monochromatic Colors of #707E38
Black with #707E38
Text Example
Text Example
White with #707E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707E38; }
p { color: rgb(112,126,56); }
H1.HeaderClassName
{
color: #707E38;
}
.AnyTagClassName
{
color: #707E38;
}
</style>
background-color css
<style>
a { background-color: #707E38; }
a { background-color: rgb(112,126,56); }
div.DivClassName
{
background-color: #707E38;
}
.BgClassName
{
background-color: #707E38;
}
</style>
border-color css
<style>
span { border-color: #707E38; }
span { border-color: rgb(112,126,56); }
td.TdClassName
{
border-color: #707E38;
}
.TagClassName
{
border-color: #707E38;
}
</style>