Shades of Rain Forest #707C2F
Tints of Rain Forest #707C2F
RGB
CMYK
RGB Variations
Color information
#707C2F (or 0x707C2F) is known color: Rain Forest. HEX triplet: 70, 7C and 2F. RGB value is (112,124,47). Sum of RGB (Red+Green+Blue) = 112+124+47=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 124 (48.83% from 255 or 43.82% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 124 - color contains mainly: green. Hex color #707C2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707C2F is #8F83D0. Grayscale: #6F6F6F. Windows color (decimal): -9405393 or 3112048. OLE color: 3112048.
HSL color Cylindrical-coordinate representation of color #707C2F: hue angle of 69.35º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #707C2F is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 124 | 47 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.51 |
| HSL | 69.35º | 0.45% | 0.34% | - |
| HSV(B) | 69.35º | 0.62% | 0.49% | - |
| XYZ | 14.4 | 18.07 | 5.42 | - |
| YUV | 111.63 | 91.52 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 47 | 0.10 | 0 | 0.62 | 0.51 | 69.35 | 0.45 | 0.34 |
| Hex | 70 | 7C | 2F | A | 0 | 3E | 33 | 45 | 2D | 22 |
| Octal | 160 | 174 | 57 | 12 | 0 | 76 | 63 | 105 | 55 | 42 |
| Binary | 1110000 | 1111100 | 101111 | 1010 | 0 | 111110 | 110011 | 1000101 | 101101 | 100010 |
Color Harmonies of #707C2F
Complementary color
Monochromatic Colors of #707C2F
Black with #707C2F
Text Example
Text Example
White with #707C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707C2F; }
p { color: rgb(112,124,47); }
H1.HeaderClassName
{
color: #707C2F;
}
.AnyTagClassName
{
color: #707C2F;
}
</style>
background-color css
<style>
a { background-color: #707C2F; }
a { background-color: rgb(112,124,47); }
div.DivClassName
{
background-color: #707C2F;
}
.BgClassName
{
background-color: #707C2F;
}
</style>
border-color css
<style>
span { border-color: #707C2F; }
span { border-color: rgb(112,124,47); }
td.TdClassName
{
border-color: #707C2F;
}
.TagClassName
{
border-color: #707C2F;
}
</style>