Shades of Rain Forest #707838
Tints of Rain Forest #707838
RGB
CMYK
RGB Variations
Color information
#707838 (or 0x707838) is known color: Rain Forest. HEX triplet: 70, 78 and 38. RGB value is (112,120,56). Sum of RGB (Red+Green+Blue) = 112+120+56=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 120 (47.27% from 255 or 41.67% from 288); Blue value is 56 (22.27% from 255 or 19.44% from 288); Max value from RGB is 120 - color contains mainly: green. Hex color #707838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707838 is #8F87C7. Grayscale: #6E6E6E. Windows color (decimal): -9406408 or 3700848. OLE color: 3700848.
HSL color Cylindrical-coordinate representation of color #707838: hue angle of 67.5º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #707838 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 120 | 56 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.53 |
| HSL | 67.5º | 0.36% | 0.35% | - |
| HSV(B) | 67.5º | 0.53% | 0.47% | - |
| XYZ | 14.11 | 17.16 | 6.31 | - |
| YUV | 110.31 | 97.35 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 120 | 56 | 0.07 | 0 | 0.53 | 0.53 | 67.5 | 0.36 | 0.35 |
| Hex | 70 | 78 | 38 | 7 | 0 | 35 | 35 | 44 | 24 | 23 |
| Octal | 160 | 170 | 70 | 7 | 0 | 65 | 65 | 104 | 44 | 43 |
| Binary | 1110000 | 1111000 | 111000 | 111 | 0 | 110101 | 110101 | 1000100 | 100100 | 100011 |
Color Harmonies of #707838
Complementary color
Monochromatic Colors of #707838
Black with #707838
Text Example
Text Example
White with #707838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707838; }
p { color: rgb(112,120,56); }
H1.HeaderClassName
{
color: #707838;
}
.AnyTagClassName
{
color: #707838;
}
</style>
background-color css
<style>
a { background-color: #707838; }
a { background-color: rgb(112,120,56); }
div.DivClassName
{
background-color: #707838;
}
.BgClassName
{
background-color: #707838;
}
</style>
border-color css
<style>
span { border-color: #707838; }
span { border-color: rgb(112,120,56); }
td.TdClassName
{
border-color: #707838;
}
.TagClassName
{
border-color: #707838;
}
</style>