Shades of Rain Forest #707A34
Tints of Rain Forest #707A34
RGB
CMYK
RGB Variations
Color information
#707A34 (or 0x707A34) is known color: Rain Forest. HEX triplet: 70, 7A and 34. RGB value is (112,122,52). Sum of RGB (Red+Green+Blue) = 112+122+52=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 122 (48.05% from 255 or 42.66% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 122 - color contains mainly: green. Hex color #707A34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707A34 is #8F85CB. Grayscale: #6F6F6F. Windows color (decimal): -9405900 or 3439216. OLE color: 3439216.
HSL color Cylindrical-coordinate representation of color #707A34: hue angle of 68.57º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #707A34 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 122 | 52 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.52 |
| HSL | 68.57º | 0.4% | 0.34% | - |
| HSV(B) | 68.57º | 0.57% | 0.48% | - |
| XYZ | 14.26 | 17.61 | 5.9 | - |
| YUV | 111.03 | 94.69 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 122 | 52 | 0.08 | 0 | 0.57 | 0.52 | 68.57 | 0.4 | 0.34 |
| Hex | 70 | 7A | 34 | 8 | 0 | 39 | 34 | 45 | 28 | 22 |
| Octal | 160 | 172 | 64 | 10 | 0 | 71 | 64 | 105 | 50 | 42 |
| Binary | 1110000 | 1111010 | 110100 | 1000 | 0 | 111001 | 110100 | 1000101 | 101000 | 100010 |
Color Harmonies of #707A34
Complementary color
Monochromatic Colors of #707A34
Black with #707A34
Text Example
Text Example
White with #707A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707A34; }
p { color: rgb(112,122,52); }
H1.HeaderClassName
{
color: #707A34;
}
.AnyTagClassName
{
color: #707A34;
}
</style>
background-color css
<style>
a { background-color: #707A34; }
a { background-color: rgb(112,122,52); }
div.DivClassName
{
background-color: #707A34;
}
.BgClassName
{
background-color: #707A34;
}
</style>
border-color css
<style>
span { border-color: #707A34; }
span { border-color: rgb(112,122,52); }
td.TdClassName
{
border-color: #707A34;
}
.TagClassName
{
border-color: #707A34;
}
</style>