Shades of Rain Forest #707A39
Tints of Rain Forest #707A39
RGB
CMYK
RGB Variations
Color information
#707A39 (or 0x707A39) is known color: Rain Forest. HEX triplet: 70, 7A and 39. RGB value is (112,122,57). Sum of RGB (Red+Green+Blue) = 112+122+57=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 122 (48.05% from 255 or 41.92% from 291); Blue value is 57 (22.66% from 255 or 19.59% from 291); Max value from RGB is 122 - color contains mainly: green. Hex color #707A39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707A39 is #8F85C6. Grayscale: #6F6F6F. Windows color (decimal): -9405895 or 3766896. OLE color: 3766896.
HSL color Cylindrical-coordinate representation of color #707A39: hue angle of 69.23º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #707A39 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 122 | 57 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.52 |
| HSL | 69.23º | 0.36% | 0.35% | - |
| HSV(B) | 69.23º | 0.53% | 0.48% | - |
| XYZ | 14.38 | 17.66 | 6.52 | - |
| YUV | 111.6 | 97.19 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 122 | 57 | 0.08 | 0 | 0.53 | 0.52 | 69.23 | 0.36 | 0.35 |
| Hex | 70 | 7A | 39 | 8 | 0 | 35 | 34 | 45 | 24 | 23 |
| Octal | 160 | 172 | 71 | 10 | 0 | 65 | 64 | 105 | 44 | 43 |
| Binary | 1110000 | 1111010 | 111001 | 1000 | 0 | 110101 | 110100 | 1000101 | 100100 | 100011 |
Color Harmonies of #707A39
Complementary color
Monochromatic Colors of #707A39
Black with #707A39
Text Example
Text Example
White with #707A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707A39; }
p { color: rgb(112,122,57); }
H1.HeaderClassName
{
color: #707A39;
}
.AnyTagClassName
{
color: #707A39;
}
</style>
background-color css
<style>
a { background-color: #707A39; }
a { background-color: rgb(112,122,57); }
div.DivClassName
{
background-color: #707A39;
}
.BgClassName
{
background-color: #707A39;
}
</style>
border-color css
<style>
span { border-color: #707A39; }
span { border-color: rgb(112,122,57); }
td.TdClassName
{
border-color: #707A39;
}
.TagClassName
{
border-color: #707A39;
}
</style>