Shades of Rain Forest #70792C
Tints of Rain Forest #70792C
RGB
CMYK
RGB Variations
Color information
#70792C (or 0x70792C) is known color: Rain Forest. HEX triplet: 70, 79 and 2C. RGB value is (112,121,44). Sum of RGB (Red+Green+Blue) = 112+121+44=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 121 - color contains mainly: green. Hex color #70792C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70792C is #8F86D3. Grayscale: #6D6D6D. Windows color (decimal): -9406164 or 2914672. OLE color: 2914672.
HSL color Cylindrical-coordinate representation of color #70792C: hue angle of 67.01º degrees, saturation: 0.47, 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 #70792C is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 121 | 44 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.53 |
| HSL | 67.01º | 0.47% | 0.32% | - |
| HSV(B) | 67.01º | 0.64% | 0.47% | - |
| XYZ | 13.97 | 17.3 | 4.99 | - |
| YUV | 109.53 | 91.02 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 121 | 44 | 0.07 | 0 | 0.64 | 0.53 | 67.01 | 0.47 | 0.32 |
| Hex | 70 | 79 | 2C | 7 | 0 | 40 | 35 | 43 | 2F | 20 |
| Octal | 160 | 171 | 54 | 7 | 0 | 100 | 65 | 103 | 57 | 40 |
| Binary | 1110000 | 1111001 | 101100 | 111 | 0 | 1000000 | 110101 | 1000011 | 101111 | 100000 |
Color Harmonies of #70792C
Complementary color
Monochromatic Colors of #70792C
Black with #70792C
Text Example
Text Example
White with #70792C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70792C; }
p { color: rgb(112,121,44); }
H1.HeaderClassName
{
color: #70792C;
}
.AnyTagClassName
{
color: #70792C;
}
</style>
background-color css
<style>
a { background-color: #70792C; }
a { background-color: rgb(112,121,44); }
div.DivClassName
{
background-color: #70792C;
}
.BgClassName
{
background-color: #70792C;
}
</style>
border-color css
<style>
span { border-color: #70792C; }
span { border-color: rgb(112,121,44); }
td.TdClassName
{
border-color: #70792C;
}
.TagClassName
{
border-color: #70792C;
}
</style>