Shades of Rain Forest #70772C
Tints of Rain Forest #70772C
RGB
CMYK
RGB Variations
Color information
#70772C (or 0x70772C) is known color: Rain Forest. HEX triplet: 70, 77 and 2C. RGB value is (112,119,44). Sum of RGB (Red+Green+Blue) = 112+119+44=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 119 (46.88% from 255 or 43.27% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 119 - color contains mainly: green. Hex color #70772C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70772C is #8F88D3. Grayscale: #6C6C6C. Windows color (decimal): -9406676 or 2914160. OLE color: 2914160.
HSL color Cylindrical-coordinate representation of color #70772C: hue angle of 65.6º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #70772C is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 119 | 44 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.53 |
| HSL | 65.6º | 0.46% | 0.32% | - |
| HSV(B) | 65.6º | 0.63% | 0.47% | - |
| XYZ | 13.73 | 16.82 | 4.91 | - |
| YUV | 108.36 | 91.68 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 119 | 44 | 0.06 | 0 | 0.63 | 0.53 | 65.6 | 0.46 | 0.32 |
| Hex | 70 | 77 | 2C | 6 | 0 | 3F | 35 | 42 | 2E | 20 |
| Octal | 160 | 167 | 54 | 6 | 0 | 77 | 65 | 102 | 56 | 40 |
| Binary | 1110000 | 1110111 | 101100 | 110 | 0 | 111111 | 110101 | 1000010 | 101110 | 100000 |
Color Harmonies of #70772C
Complementary color
Monochromatic Colors of #70772C
Black with #70772C
Text Example
Text Example
White with #70772C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70772C; }
p { color: rgb(112,119,44); }
H1.HeaderClassName
{
color: #70772C;
}
.AnyTagClassName
{
color: #70772C;
}
</style>
background-color css
<style>
a { background-color: #70772C; }
a { background-color: rgb(112,119,44); }
div.DivClassName
{
background-color: #70772C;
}
.BgClassName
{
background-color: #70772C;
}
</style>
border-color css
<style>
span { border-color: #70772C; }
span { border-color: rgb(112,119,44); }
td.TdClassName
{
border-color: #70772C;
}
.TagClassName
{
border-color: #70772C;
}
</style>