Shades of Rain Forest #70792B
Tints of Rain Forest #70792B
RGB
CMYK
RGB Variations
Color information
#70792B (or 0x70792B) is known color: Rain Forest. HEX triplet: 70, 79 and 2B. RGB value is (112,121,43). Sum of RGB (Red+Green+Blue) = 112+121+43=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 121 (47.66% from 255 or 43.84% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 121 - color contains mainly: green. Hex color #70792B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70792B is #8F86D4. Grayscale: #6D6D6D. Windows color (decimal): -9406165 or 2849136. OLE color: 2849136.
HSL color Cylindrical-coordinate representation of color #70792B: hue angle of 66.92º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #70792B is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 121 | 43 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.53 |
| HSL | 66.92º | 0.48% | 0.32% | - |
| HSV(B) | 66.92º | 0.64% | 0.47% | - |
| XYZ | 13.96 | 17.29 | 4.89 | - |
| YUV | 109.42 | 90.52 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 121 | 43 | 0.07 | 0 | 0.64 | 0.53 | 66.92 | 0.48 | 0.32 |
| Hex | 70 | 79 | 2B | 7 | 0 | 40 | 35 | 43 | 30 | 20 |
| Octal | 160 | 171 | 53 | 7 | 0 | 100 | 65 | 103 | 60 | 40 |
| Binary | 1110000 | 1111001 | 101011 | 111 | 0 | 1000000 | 110101 | 1000011 | 110000 | 100000 |
Color Harmonies of #70792B
Complementary color
Monochromatic Colors of #70792B
Black with #70792B
Text Example
Text Example
White with #70792B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70792B; }
p { color: rgb(112,121,43); }
H1.HeaderClassName
{
color: #70792B;
}
.AnyTagClassName
{
color: #70792B;
}
</style>
background-color css
<style>
a { background-color: #70792B; }
a { background-color: rgb(112,121,43); }
div.DivClassName
{
background-color: #70792B;
}
.BgClassName
{
background-color: #70792B;
}
</style>
border-color css
<style>
span { border-color: #70792B; }
span { border-color: rgb(112,121,43); }
td.TdClassName
{
border-color: #70792B;
}
.TagClassName
{
border-color: #70792B;
}
</style>