Shades of Rain Forest #707A26
Tints of Rain Forest #707A26
RGB
CMYK
RGB Variations
Color information
#707A26 (or 0x707A26) is known color: Rain Forest. HEX triplet: 70, 7A and 26. RGB value is (112,122,38). Sum of RGB (Red+Green+Blue) = 112+122+38=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 122 (48.05% from 255 or 44.85% from 272); Blue value is 38 (15.23% from 255 or 13.97% from 272); Max value from RGB is 122 - color contains mainly: green. Hex color #707A26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707A26 is #8F85D9. Grayscale: #6D6D6D. Windows color (decimal): -9405914 or 2521712. OLE color: 2521712.
HSL color Cylindrical-coordinate representation of color #707A26: hue angle of 67.14º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #707A26 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 122 | 38 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.52 |
| HSL | 67.14º | 0.53% | 0.31% | - |
| HSV(B) | 67.14º | 0.69% | 0.48% | - |
| XYZ | 13.99 | 17.5 | 4.47 | - |
| YUV | 109.43 | 87.69 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 122 | 38 | 0.08 | 0 | 0.69 | 0.52 | 67.14 | 0.53 | 0.31 |
| Hex | 70 | 7A | 26 | 8 | 0 | 45 | 34 | 43 | 34 | 1F |
| Octal | 160 | 172 | 46 | 10 | 0 | 105 | 64 | 103 | 64 | 37 |
| Binary | 1110000 | 1111010 | 100110 | 1000 | 0 | 1000101 | 110100 | 1000011 | 110100 | 11111 |
Color Harmonies of #707A26
Complementary color
Monochromatic Colors of #707A26
Black with #707A26
Text Example
Text Example
White with #707A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707A26; }
p { color: rgb(112,122,38); }
H1.HeaderClassName
{
color: #707A26;
}
.AnyTagClassName
{
color: #707A26;
}
</style>
background-color css
<style>
a { background-color: #707A26; }
a { background-color: rgb(112,122,38); }
div.DivClassName
{
background-color: #707A26;
}
.BgClassName
{
background-color: #707A26;
}
</style>
border-color css
<style>
span { border-color: #707A26; }
span { border-color: rgb(112,122,38); }
td.TdClassName
{
border-color: #707A26;
}
.TagClassName
{
border-color: #707A26;
}
</style>