Shades of Rain Forest #707B1F
Tints of Rain Forest #707B1F
RGB
CMYK
RGB Variations
Color information
#707B1F (or 0x707B1F) is known color: Rain Forest. HEX triplet: 70, 7B and 1F. RGB value is (112,123,31). Sum of RGB (Red+Green+Blue) = 112+123+31=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 123 (48.44% from 255 or 46.24% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 123 - color contains mainly: green. Hex color #707B1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707B1F is #8F84E0. Grayscale: #6D6D6D. Windows color (decimal): -9405665 or 2063216. OLE color: 2063216.
HSL color Cylindrical-coordinate representation of color #707B1F: hue angle of 67.17º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #707B1F is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 123 | 31 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.52 |
| HSL | 67.17º | 0.6% | 0.3% | - |
| HSV(B) | 67.17º | 0.75% | 0.48% | - |
| XYZ | 14.01 | 17.71 | 3.98 | - |
| YUV | 109.22 | 83.86 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 123 | 31 | 0.09 | 0 | 0.75 | 0.52 | 67.17 | 0.6 | 0.3 |
| Hex | 70 | 7B | 1F | 9 | 0 | 4B | 34 | 43 | 3C | 1E |
| Octal | 160 | 173 | 37 | 11 | 0 | 113 | 64 | 103 | 74 | 36 |
| Binary | 1110000 | 1111011 | 11111 | 1001 | 0 | 1001011 | 110100 | 1000011 | 111100 | 11110 |
Color Harmonies of #707B1F
Complementary color
Monochromatic Colors of #707B1F
Black with #707B1F
Text Example
Text Example
White with #707B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707B1F; }
p { color: rgb(112,123,31); }
H1.HeaderClassName
{
color: #707B1F;
}
.AnyTagClassName
{
color: #707B1F;
}
</style>
background-color css
<style>
a { background-color: #707B1F; }
a { background-color: rgb(112,123,31); }
div.DivClassName
{
background-color: #707B1F;
}
.BgClassName
{
background-color: #707B1F;
}
</style>
border-color css
<style>
span { border-color: #707B1F; }
span { border-color: rgb(112,123,31); }
td.TdClassName
{
border-color: #707B1F;
}
.TagClassName
{
border-color: #707B1F;
}
</style>