Shades of Rain Forest #70783A
Tints of Rain Forest #70783A
RGB
CMYK
RGB Variations
Color information
#70783A (or 0x70783A) is known color: Rain Forest. HEX triplet: 70, 78 and 3A. RGB value is (112,120,58). Sum of RGB (Red+Green+Blue) = 112+120+58=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 120 - color contains mainly: green. Hex color #70783A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70783A is #8F87C5. Grayscale: #6E6E6E. Windows color (decimal): -9406406 or 3831920. OLE color: 3831920.
HSL color Cylindrical-coordinate representation of color #70783A: hue angle of 67.74º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70783A is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 120 | 58 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.53 |
| HSL | 67.74º | 0.35% | 0.35% | - |
| HSV(B) | 67.74º | 0.52% | 0.47% | - |
| XYZ | 14.16 | 17.18 | 6.57 | - |
| YUV | 110.54 | 98.35 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 120 | 58 | 0.07 | 0 | 0.52 | 0.53 | 67.74 | 0.35 | 0.35 |
| Hex | 70 | 78 | 3A | 7 | 0 | 34 | 35 | 44 | 23 | 23 |
| Octal | 160 | 170 | 72 | 7 | 0 | 64 | 65 | 104 | 43 | 43 |
| Binary | 1110000 | 1111000 | 111010 | 111 | 0 | 110100 | 110101 | 1000100 | 100011 | 100011 |
Color Harmonies of #70783A
Complementary color
Monochromatic Colors of #70783A
Black with #70783A
Text Example
Text Example
White with #70783A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70783A; }
p { color: rgb(112,120,58); }
H1.HeaderClassName
{
color: #70783A;
}
.AnyTagClassName
{
color: #70783A;
}
</style>
background-color css
<style>
a { background-color: #70783A; }
a { background-color: rgb(112,120,58); }
div.DivClassName
{
background-color: #70783A;
}
.BgClassName
{
background-color: #70783A;
}
</style>
border-color css
<style>
span { border-color: #70783A; }
span { border-color: rgb(112,120,58); }
td.TdClassName
{
border-color: #70783A;
}
.TagClassName
{
border-color: #70783A;
}
</style>