Shades of Rain Forest #70763A
Tints of Rain Forest #70763A
RGB
CMYK
RGB Variations
Color information
#70763A (or 0x70763A) is known color: Rain Forest. HEX triplet: 70, 76 and 3A. RGB value is (112,118,58). Sum of RGB (Red+Green+Blue) = 112+118+58=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 118 - color contains mainly: green. Hex color #70763A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70763A is #8F89C5. Grayscale: #6D6D6D. Windows color (decimal): -9406918 or 3831408. OLE color: 3831408.
HSL color Cylindrical-coordinate representation of color #70763A: hue angle of 66º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70763A is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 118 | 58 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.54 |
| HSL | 66º | 0.34% | 0.35% | - |
| HSV(B) | 66º | 0.51% | 0.46% | - |
| XYZ | 13.92 | 16.71 | 6.49 | - |
| YUV | 109.37 | 99.01 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 58 | 0.05 | 0 | 0.51 | 0.54 | 66 | 0.34 | 0.35 |
| Hex | 70 | 76 | 3A | 5 | 0 | 33 | 36 | 42 | 22 | 23 |
| Octal | 160 | 166 | 72 | 5 | 0 | 63 | 66 | 102 | 42 | 43 |
| Binary | 1110000 | 1110110 | 111010 | 101 | 0 | 110011 | 110110 | 1000010 | 100010 | 100011 |
Color Harmonies of #70763A
Complementary color
Monochromatic Colors of #70763A
Black with #70763A
Text Example
Text Example
White with #70763A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70763A; }
p { color: rgb(112,118,58); }
H1.HeaderClassName
{
color: #70763A;
}
.AnyTagClassName
{
color: #70763A;
}
</style>
background-color css
<style>
a { background-color: #70763A; }
a { background-color: rgb(112,118,58); }
div.DivClassName
{
background-color: #70763A;
}
.BgClassName
{
background-color: #70763A;
}
</style>
border-color css
<style>
span { border-color: #70763A; }
span { border-color: rgb(112,118,58); }
td.TdClassName
{
border-color: #70763A;
}
.TagClassName
{
border-color: #70763A;
}
</style>