Shades of Rain Forest #70762B
Tints of Rain Forest #70762B
RGB
CMYK
RGB Variations
Color information
#70762B (or 0x70762B) is known color: Rain Forest. HEX triplet: 70, 76 and 2B. RGB value is (112,118,43). Sum of RGB (Red+Green+Blue) = 112+118+43=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 118 - color contains mainly: green. Hex color #70762B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70762B is #8F89D4. Grayscale: #6B6B6B. Windows color (decimal): -9406933 or 2848368. OLE color: 2848368.
HSL color Cylindrical-coordinate representation of color #70762B: hue angle of 64.8º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #70762B is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 118 | 43 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.54 |
| HSL | 64.8º | 0.47% | 0.32% | - |
| HSV(B) | 64.8º | 0.64% | 0.46% | - |
| XYZ | 13.6 | 16.58 | 4.77 | - |
| YUV | 107.66 | 91.51 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 43 | 0.05 | 0 | 0.64 | 0.54 | 64.8 | 0.47 | 0.32 |
| Hex | 70 | 76 | 2B | 5 | 0 | 40 | 36 | 41 | 2F | 20 |
| Octal | 160 | 166 | 53 | 5 | 0 | 100 | 66 | 101 | 57 | 40 |
| Binary | 1110000 | 1110110 | 101011 | 101 | 0 | 1000000 | 110110 | 1000001 | 101111 | 100000 |
Color Harmonies of #70762B
Complementary color
Monochromatic Colors of #70762B
Black with #70762B
Text Example
Text Example
White with #70762B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70762B; }
p { color: rgb(112,118,43); }
H1.HeaderClassName
{
color: #70762B;
}
.AnyTagClassName
{
color: #70762B;
}
</style>
background-color css
<style>
a { background-color: #70762B; }
a { background-color: rgb(112,118,43); }
div.DivClassName
{
background-color: #70762B;
}
.BgClassName
{
background-color: #70762B;
}
</style>
border-color css
<style>
span { border-color: #70762B; }
span { border-color: rgb(112,118,43); }
td.TdClassName
{
border-color: #70762B;
}
.TagClassName
{
border-color: #70762B;
}
</style>