Shades of Rain Forest #707626
Tints of Rain Forest #707626
RGB
CMYK
RGB Variations
Color information
#707626 (or 0x707626) is known color: Rain Forest. HEX triplet: 70, 76 and 26. RGB value is (112,118,38). Sum of RGB (Red+Green+Blue) = 112+118+38=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 118 - color contains mainly: green. Hex color #707626 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707626 is #8F89D9. Grayscale: #6B6B6B. Windows color (decimal): -9406938 or 2520688. OLE color: 2520688.
HSL color Cylindrical-coordinate representation of color #707626: hue angle of 64.5º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #707626 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 118 | 38 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.54 |
| HSL | 64.5º | 0.51% | 0.31% | - |
| HSV(B) | 64.5º | 0.68% | 0.46% | - |
| XYZ | 13.51 | 16.54 | 4.31 | - |
| YUV | 107.09 | 89.01 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 38 | 0.05 | 0 | 0.68 | 0.54 | 64.5 | 0.51 | 0.31 |
| Hex | 70 | 76 | 26 | 5 | 0 | 44 | 36 | 40 | 33 | 1F |
| Octal | 160 | 166 | 46 | 5 | 0 | 104 | 66 | 100 | 63 | 37 |
| Binary | 1110000 | 1110110 | 100110 | 101 | 0 | 1000100 | 110110 | 1000000 | 110011 | 11111 |
Color Harmonies of #707626
Complementary color
Monochromatic Colors of #707626
Black with #707626
Text Example
Text Example
White with #707626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707626; }
p { color: rgb(112,118,38); }
H1.HeaderClassName
{
color: #707626;
}
.AnyTagClassName
{
color: #707626;
}
</style>
background-color css
<style>
a { background-color: #707626; }
a { background-color: rgb(112,118,38); }
div.DivClassName
{
background-color: #707626;
}
.BgClassName
{
background-color: #707626;
}
</style>
border-color css
<style>
span { border-color: #707626; }
span { border-color: rgb(112,118,38); }
td.TdClassName
{
border-color: #707626;
}
.TagClassName
{
border-color: #707626;
}
</style>