Shades of Rain Forest #707C33
Tints of Rain Forest #707C33
RGB
CMYK
RGB Variations
Color information
#707C33 (or 0x707C33) is known color: Rain Forest. HEX triplet: 70, 7C and 33. RGB value is (112,124,51). Sum of RGB (Red+Green+Blue) = 112+124+51=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 124 (48.83% from 255 or 43.21% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 124 - color contains mainly: green. Hex color #707C33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707C33 is #8F83CC. Grayscale: #707070. Windows color (decimal): -9405389 or 3374192. OLE color: 3374192.
HSL color Cylindrical-coordinate representation of color #707C33: hue angle of 69.86º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #707C33 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 124 | 51 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.51 |
| HSL | 69.86º | 0.42% | 0.34% | - |
| HSV(B) | 69.86º | 0.59% | 0.49% | - |
| XYZ | 14.49 | 18.1 | 5.86 | - |
| YUV | 112.09 | 93.52 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 51 | 0.10 | 0 | 0.59 | 0.51 | 69.86 | 0.42 | 0.34 |
| Hex | 70 | 7C | 33 | A | 0 | 3B | 33 | 46 | 2A | 22 |
| Octal | 160 | 174 | 63 | 12 | 0 | 73 | 63 | 106 | 52 | 42 |
| Binary | 1110000 | 1111100 | 110011 | 1010 | 0 | 111011 | 110011 | 1000110 | 101010 | 100010 |
Color Harmonies of #707C33
Complementary color
Monochromatic Colors of #707C33
Black with #707C33
Text Example
Text Example
White with #707C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707C33; }
p { color: rgb(112,124,51); }
H1.HeaderClassName
{
color: #707C33;
}
.AnyTagClassName
{
color: #707C33;
}
</style>
background-color css
<style>
a { background-color: #707C33; }
a { background-color: rgb(112,124,51); }
div.DivClassName
{
background-color: #707C33;
}
.BgClassName
{
background-color: #707C33;
}
</style>
border-color css
<style>
span { border-color: #707C33; }
span { border-color: rgb(112,124,51); }
td.TdClassName
{
border-color: #707C33;
}
.TagClassName
{
border-color: #707C33;
}
</style>