Shades of Rain Forest #70792F
Tints of Rain Forest #70792F
RGB
CMYK
RGB Variations
Color information
#70792F (or 0x70792F) is known color: Rain Forest. HEX triplet: 70, 79 and 2F. RGB value is (112,121,47). Sum of RGB (Red+Green+Blue) = 112+121+47=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 121 (47.66% from 255 or 43.21% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 121 - color contains mainly: green. Hex color #70792F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70792F is #8F86D0. Grayscale: #6E6E6E. Windows color (decimal): -9406161 or 3111280. OLE color: 3111280.
HSL color Cylindrical-coordinate representation of color #70792F: hue angle of 67.3º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70792F is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 121 | 47 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.53 |
| HSL | 67.3º | 0.44% | 0.33% | - |
| HSV(B) | 67.3º | 0.61% | 0.47% | - |
| XYZ | 14.03 | 17.32 | 5.29 | - |
| YUV | 109.87 | 92.52 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 121 | 47 | 0.07 | 0 | 0.61 | 0.53 | 67.3 | 0.44 | 0.33 |
| Hex | 70 | 79 | 2F | 7 | 0 | 3D | 35 | 43 | 2C | 21 |
| Octal | 160 | 171 | 57 | 7 | 0 | 75 | 65 | 103 | 54 | 41 |
| Binary | 1110000 | 1111001 | 101111 | 111 | 0 | 111101 | 110101 | 1000011 | 101100 | 100001 |
Color Harmonies of #70792F
Complementary color
Monochromatic Colors of #70792F
Black with #70792F
Text Example
Text Example
White with #70792F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70792F; }
p { color: rgb(112,121,47); }
H1.HeaderClassName
{
color: #70792F;
}
.AnyTagClassName
{
color: #70792F;
}
</style>
background-color css
<style>
a { background-color: #70792F; }
a { background-color: rgb(112,121,47); }
div.DivClassName
{
background-color: #70792F;
}
.BgClassName
{
background-color: #70792F;
}
</style>
border-color css
<style>
span { border-color: #70792F; }
span { border-color: rgb(112,121,47); }
td.TdClassName
{
border-color: #70792F;
}
.TagClassName
{
border-color: #70792F;
}
</style>