Shades of Rain Forest #707E28
Tints of Rain Forest #707E28
RGB
CMYK
RGB Variations
Color information
#707E28 (or 0x707E28) is known color: Rain Forest. HEX triplet: 70, 7E and 28. RGB value is (112,126,40). Sum of RGB (Red+Green+Blue) = 112+126+40=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 126 (49.61% from 255 or 45.32% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 126 - color contains mainly: green. Hex color #707E28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707E28 is #8F81D7. Grayscale: #707070. Windows color (decimal): -9404888 or 2653808. OLE color: 2653808.
HSL color Cylindrical-coordinate representation of color #707E28: hue angle of 69.77º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #707E28 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 126 | 40 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.51 |
| HSL | 69.77º | 0.52% | 0.33% | - |
| HSV(B) | 69.77º | 0.68% | 0.49% | - |
| XYZ | 14.53 | 18.52 | 4.82 | - |
| YUV | 112.01 | 87.36 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 40 | 0.11 | 0 | 0.68 | 0.51 | 69.77 | 0.52 | 0.33 |
| Hex | 70 | 7E | 28 | B | 0 | 44 | 33 | 46 | 34 | 21 |
| Octal | 160 | 176 | 50 | 13 | 0 | 104 | 63 | 106 | 64 | 41 |
| Binary | 1110000 | 1111110 | 101000 | 1011 | 0 | 1000100 | 110011 | 1000110 | 110100 | 100001 |
Color Harmonies of #707E28
Complementary color
Monochromatic Colors of #707E28
Black with #707E28
Text Example
Text Example
White with #707E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707E28; }
p { color: rgb(112,126,40); }
H1.HeaderClassName
{
color: #707E28;
}
.AnyTagClassName
{
color: #707E28;
}
</style>
background-color css
<style>
a { background-color: #707E28; }
a { background-color: rgb(112,126,40); }
div.DivClassName
{
background-color: #707E28;
}
.BgClassName
{
background-color: #707E28;
}
</style>
border-color css
<style>
span { border-color: #707E28; }
span { border-color: rgb(112,126,40); }
td.TdClassName
{
border-color: #707E28;
}
.TagClassName
{
border-color: #707E28;
}
</style>