Shades of Rain Forest #71791D
Tints of Rain Forest #71791D
RGB
CMYK
RGB Variations
Color information
#71791D (or 0x71791D) is known color: Rain Forest. HEX triplet: 71, 79 and 1D. RGB value is (113,121,29). Sum of RGB (Red+Green+Blue) = 113+121+29=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 121 - color contains mainly: green. Hex color #71791D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71791D is #8E86E2. Grayscale: #6C6C6C. Windows color (decimal): -9340643 or 1931633. OLE color: 1931633.
HSL color Cylindrical-coordinate representation of color #71791D: hue angle of 65.22º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #71791D is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 121 | 29 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.53 |
| HSL | 65.22º | 0.61% | 0.29% | - |
| HSV(B) | 65.22º | 0.76% | 0.47% | - |
| XYZ | 13.87 | 17.27 | 3.77 | - |
| YUV | 108.12 | 83.35 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 121 | 29 | 0.07 | 0 | 0.76 | 0.53 | 65.22 | 0.61 | 0.29 |
| Hex | 71 | 79 | 1D | 7 | 0 | 4C | 35 | 41 | 3D | 1D |
| Octal | 161 | 171 | 35 | 7 | 0 | 114 | 65 | 101 | 75 | 35 |
| Binary | 1110001 | 1111001 | 11101 | 111 | 0 | 1001100 | 110101 | 1000001 | 111101 | 11101 |
Color Harmonies of #71791D
Complementary color
Monochromatic Colors of #71791D
Black with #71791D
Text Example
Text Example
White with #71791D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71791D; }
p { color: rgb(113,121,29); }
H1.HeaderClassName
{
color: #71791D;
}
.AnyTagClassName
{
color: #71791D;
}
</style>
background-color css
<style>
a { background-color: #71791D; }
a { background-color: rgb(113,121,29); }
div.DivClassName
{
background-color: #71791D;
}
.BgClassName
{
background-color: #71791D;
}
</style>
border-color css
<style>
span { border-color: #71791D; }
span { border-color: rgb(113,121,29); }
td.TdClassName
{
border-color: #71791D;
}
.TagClassName
{
border-color: #71791D;
}
</style>