Shades of Rain Forest #707F34
Tints of Rain Forest #707F34
RGB
CMYK
RGB Variations
Color information
#707F34 (or 0x707F34) is known color: Rain Forest. HEX triplet: 70, 7F and 34. RGB value is (112,127,52). Sum of RGB (Red+Green+Blue) = 112+127+52=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 127 (50% from 255 or 43.64% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 127 - color contains mainly: green. Hex color #707F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707F34 is #8F80CB. Grayscale: #727272. Windows color (decimal): -9404620 or 3440496. OLE color: 3440496.
HSL color Cylindrical-coordinate representation of color #707F34: hue angle of 72º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #707F34 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 127 | 52 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.50 |
| HSL | 72º | 0.42% | 0.35% | - |
| HSV(B) | 72º | 0.59% | 0.5% | - |
| XYZ | 14.89 | 18.87 | 6.11 | - |
| YUV | 113.97 | 93.03 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 127 | 52 | 0.12 | 0 | 0.59 | 0.50 | 72 | 0.42 | 0.35 |
| Hex | 70 | 7F | 34 | C | 0 | 3B | 32 | 48 | 2A | 23 |
| Octal | 160 | 177 | 64 | 14 | 0 | 73 | 62 | 110 | 52 | 43 |
| Binary | 1110000 | 1111111 | 110100 | 1100 | 0 | 111011 | 110010 | 1001000 | 101010 | 100011 |
Color Harmonies of #707F34
Complementary color
Monochromatic Colors of #707F34
Black with #707F34
Text Example
Text Example
White with #707F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707F34; }
p { color: rgb(112,127,52); }
H1.HeaderClassName
{
color: #707F34;
}
.AnyTagClassName
{
color: #707F34;
}
</style>
background-color css
<style>
a { background-color: #707F34; }
a { background-color: rgb(112,127,52); }
div.DivClassName
{
background-color: #707F34;
}
.BgClassName
{
background-color: #707F34;
}
</style>
border-color css
<style>
span { border-color: #707F34; }
span { border-color: rgb(112,127,52); }
td.TdClassName
{
border-color: #707F34;
}
.TagClassName
{
border-color: #707F34;
}
</style>