Shades of Rain Forest #707C24
Tints of Rain Forest #707C24
RGB
CMYK
RGB Variations
Color information
#707C24 (or 0x707C24) is known color: Rain Forest. HEX triplet: 70, 7C and 24. RGB value is (112,124,36). Sum of RGB (Red+Green+Blue) = 112+124+36=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 124 (48.83% from 255 or 45.59% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 124 - color contains mainly: green. Hex color #707C24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707C24 is #8F83DB. Grayscale: #6E6E6E. Windows color (decimal): -9405404 or 2391152. OLE color: 2391152.
HSL color Cylindrical-coordinate representation of color #707C24: hue angle of 68.18º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #707C24 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 124 | 36 | - |
| CMYK | 0.10 | 0 | 0.71 | 0.51 |
| HSL | 68.18º | 0.55% | 0.31% | - |
| HSV(B) | 68.18º | 0.71% | 0.49% | - |
| XYZ | 14.21 | 17.99 | 4.39 | - |
| YUV | 110.38 | 86.02 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 36 | 0.10 | 0 | 0.71 | 0.51 | 68.18 | 0.55 | 0.31 |
| Hex | 70 | 7C | 24 | A | 0 | 47 | 33 | 44 | 37 | 1F |
| Octal | 160 | 174 | 44 | 12 | 0 | 107 | 63 | 104 | 67 | 37 |
| Binary | 1110000 | 1111100 | 100100 | 1010 | 0 | 1000111 | 110011 | 1000100 | 110111 | 11111 |
Color Harmonies of #707C24
Complementary color
Monochromatic Colors of #707C24
Black with #707C24
Text Example
Text Example
White with #707C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707C24; }
p { color: rgb(112,124,36); }
H1.HeaderClassName
{
color: #707C24;
}
.AnyTagClassName
{
color: #707C24;
}
</style>
background-color css
<style>
a { background-color: #707C24; }
a { background-color: rgb(112,124,36); }
div.DivClassName
{
background-color: #707C24;
}
.BgClassName
{
background-color: #707C24;
}
</style>
border-color css
<style>
span { border-color: #707C24; }
span { border-color: rgb(112,124,36); }
td.TdClassName
{
border-color: #707C24;
}
.TagClassName
{
border-color: #707C24;
}
</style>