Shades of Rain Forest #707F29
Tints of Rain Forest #707F29
RGB
CMYK
RGB Variations
Color information
#707F29 (or 0x707F29) is known color: Rain Forest. HEX triplet: 70, 7F and 29. RGB value is (112,127,41). Sum of RGB (Red+Green+Blue) = 112+127+41=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 127 (50% from 255 or 45.36% from 280); Blue value is 41 (16.41% from 255 or 14.64% from 280); Max value from RGB is 127 - color contains mainly: green. Hex color #707F29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707F29 is #8F80D6. Grayscale: #717171. Windows color (decimal): -9404631 or 2719600. OLE color: 2719600.
HSL color Cylindrical-coordinate representation of color #707F29: hue angle of 70.47º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #707F29 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 127 | 41 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.50 |
| HSL | 70.47º | 0.51% | 0.33% | - |
| HSV(B) | 70.47º | 0.68% | 0.5% | - |
| XYZ | 14.67 | 18.78 | 4.95 | - |
| YUV | 112.71 | 87.53 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 127 | 41 | 0.12 | 0 | 0.68 | 0.50 | 70.47 | 0.51 | 0.33 |
| Hex | 70 | 7F | 29 | C | 0 | 44 | 32 | 46 | 33 | 21 |
| Octal | 160 | 177 | 51 | 14 | 0 | 104 | 62 | 106 | 63 | 41 |
| Binary | 1110000 | 1111111 | 101001 | 1100 | 0 | 1000100 | 110010 | 1000110 | 110011 | 100001 |
Color Harmonies of #707F29
Complementary color
Monochromatic Colors of #707F29
Black with #707F29
Text Example
Text Example
White with #707F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707F29; }
p { color: rgb(112,127,41); }
H1.HeaderClassName
{
color: #707F29;
}
.AnyTagClassName
{
color: #707F29;
}
</style>
background-color css
<style>
a { background-color: #707F29; }
a { background-color: rgb(112,127,41); }
div.DivClassName
{
background-color: #707F29;
}
.BgClassName
{
background-color: #707F29;
}
</style>
border-color css
<style>
span { border-color: #707F29; }
span { border-color: rgb(112,127,41); }
td.TdClassName
{
border-color: #707F29;
}
.TagClassName
{
border-color: #707F29;
}
</style>