Shades of Rain Forest #707F33
Tints of Rain Forest #707F33
RGB
CMYK
RGB Variations
Color information
#707F33 (or 0x707F33) is known color: Rain Forest. HEX triplet: 70, 7F and 33. RGB value is (112,127,51). Sum of RGB (Red+Green+Blue) = 112+127+51=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 127 (50% from 255 or 43.79% from 290); Blue value is 51 (20.31% from 255 or 17.59% from 290); Max value from RGB is 127 - color contains mainly: green. Hex color #707F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707F33 is #8F80CC. Grayscale: #727272. Windows color (decimal): -9404621 or 3374960. OLE color: 3374960.
HSL color Cylindrical-coordinate representation of color #707F33: hue angle of 71.84º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #707F33 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 127 | 51 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.50 |
| HSL | 71.84º | 0.43% | 0.35% | - |
| HSV(B) | 71.84º | 0.6% | 0.5% | - |
| XYZ | 14.87 | 18.86 | 5.99 | - |
| YUV | 113.85 | 92.53 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 127 | 51 | 0.12 | 0 | 0.60 | 0.50 | 71.84 | 0.43 | 0.35 |
| Hex | 70 | 7F | 33 | C | 0 | 3C | 32 | 48 | 2B | 23 |
| Octal | 160 | 177 | 63 | 14 | 0 | 74 | 62 | 110 | 53 | 43 |
| Binary | 1110000 | 1111111 | 110011 | 1100 | 0 | 111100 | 110010 | 1001000 | 101011 | 100011 |
Color Harmonies of #707F33
Complementary color
Monochromatic Colors of #707F33
Black with #707F33
Text Example
Text Example
White with #707F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707F33; }
p { color: rgb(112,127,51); }
H1.HeaderClassName
{
color: #707F33;
}
.AnyTagClassName
{
color: #707F33;
}
</style>
background-color css
<style>
a { background-color: #707F33; }
a { background-color: rgb(112,127,51); }
div.DivClassName
{
background-color: #707F33;
}
.BgClassName
{
background-color: #707F33;
}
</style>
border-color css
<style>
span { border-color: #707F33; }
span { border-color: rgb(112,127,51); }
td.TdClassName
{
border-color: #707F33;
}
.TagClassName
{
border-color: #707F33;
}
</style>