Shades of Rain Forest #707B27
Tints of Rain Forest #707B27
RGB
CMYK
RGB Variations
Color information
#707B27 (or 0x707B27) is known color: Rain Forest. HEX triplet: 70, 7B and 27. RGB value is (112,123,39). Sum of RGB (Red+Green+Blue) = 112+123+39=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 123 (48.44% from 255 or 44.89% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 123 - color contains mainly: green. Hex color #707B27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707B27 is #8F84D8. Grayscale: #6E6E6E. Windows color (decimal): -9405657 or 2587504. OLE color: 2587504.
HSL color Cylindrical-coordinate representation of color #707B27: hue angle of 67.86º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #707B27 is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 123 | 39 | - |
| CMYK | 0.09 | 0 | 0.68 | 0.52 |
| HSL | 67.86º | 0.52% | 0.32% | - |
| HSV(B) | 67.86º | 0.68% | 0.48% | - |
| XYZ | 14.13 | 17.76 | 4.6 | - |
| YUV | 110.14 | 87.86 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 123 | 39 | 0.09 | 0 | 0.68 | 0.52 | 67.86 | 0.52 | 0.32 |
| Hex | 70 | 7B | 27 | 9 | 0 | 44 | 34 | 44 | 34 | 20 |
| Octal | 160 | 173 | 47 | 11 | 0 | 104 | 64 | 104 | 64 | 40 |
| Binary | 1110000 | 1111011 | 100111 | 1001 | 0 | 1000100 | 110100 | 1000100 | 110100 | 100000 |
Color Harmonies of #707B27
Complementary color
Monochromatic Colors of #707B27
Black with #707B27
Text Example
Text Example
White with #707B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707B27; }
p { color: rgb(112,123,39); }
H1.HeaderClassName
{
color: #707B27;
}
.AnyTagClassName
{
color: #707B27;
}
</style>
background-color css
<style>
a { background-color: #707B27; }
a { background-color: rgb(112,123,39); }
div.DivClassName
{
background-color: #707B27;
}
.BgClassName
{
background-color: #707B27;
}
</style>
border-color css
<style>
span { border-color: #707B27; }
span { border-color: rgb(112,123,39); }
td.TdClassName
{
border-color: #707B27;
}
.TagClassName
{
border-color: #707B27;
}
</style>