Shades of Rain Forest #707722
Tints of Rain Forest #707722
RGB
CMYK
RGB Variations
Color information
#707722 (or 0x707722) is known color: Rain Forest. HEX triplet: 70, 77 and 22. RGB value is (112,119,34). Sum of RGB (Red+Green+Blue) = 112+119+34=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 34 (13.67% from 255 or 12.83% from 265); Max value from RGB is 119 - color contains mainly: green. Hex color #707722 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707722 is #8F88DD. Grayscale: #6B6B6B. Windows color (decimal): -9406686 or 2258800. OLE color: 2258800.
HSL color Cylindrical-coordinate representation of color #707722: hue angle of 64.94º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #707722 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 119 | 34 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.53 |
| HSL | 64.94º | 0.56% | 0.3% | - |
| HSV(B) | 64.94º | 0.71% | 0.47% | - |
| XYZ | 13.57 | 16.75 | 4.03 | - |
| YUV | 107.22 | 86.68 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 119 | 34 | 0.06 | 0 | 0.71 | 0.53 | 64.94 | 0.56 | 0.3 |
| Hex | 70 | 77 | 22 | 6 | 0 | 47 | 35 | 41 | 38 | 1E |
| Octal | 160 | 167 | 42 | 6 | 0 | 107 | 65 | 101 | 70 | 36 |
| Binary | 1110000 | 1110111 | 100010 | 110 | 0 | 1000111 | 110101 | 1000001 | 111000 | 11110 |
Color Harmonies of #707722
Complementary color
Monochromatic Colors of #707722
Black with #707722
Text Example
Text Example
White with #707722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707722; }
p { color: rgb(112,119,34); }
H1.HeaderClassName
{
color: #707722;
}
.AnyTagClassName
{
color: #707722;
}
</style>
background-color css
<style>
a { background-color: #707722; }
a { background-color: rgb(112,119,34); }
div.DivClassName
{
background-color: #707722;
}
.BgClassName
{
background-color: #707722;
}
</style>
border-color css
<style>
span { border-color: #707722; }
span { border-color: rgb(112,119,34); }
td.TdClassName
{
border-color: #707722;
}
.TagClassName
{
border-color: #707722;
}
</style>