Shades of Rain Forest #71773B
Tints of Rain Forest #71773B
RGB
CMYK
RGB Variations
Color information
#71773B (or 0x71773B) is known color: Rain Forest. HEX triplet: 71, 77 and 3B. RGB value is (113,119,59). Sum of RGB (Red+Green+Blue) = 113+119+59=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 119 - color contains mainly: green. Hex color #71773B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71773B is #8E88C4. Grayscale: #6E6E6E. Windows color (decimal): -9341125 or 3897201. OLE color: 3897201.
HSL color Cylindrical-coordinate representation of color #71773B: hue angle of 66º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71773B is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 119 | 59 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.53 |
| HSL | 66º | 0.34% | 0.35% | - |
| HSV(B) | 66º | 0.5% | 0.47% | - |
| XYZ | 14.2 | 17.02 | 6.67 | - |
| YUV | 110.37 | 99.01 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 119 | 59 | 0.05 | 0 | 0.50 | 0.53 | 66 | 0.34 | 0.35 |
| Hex | 71 | 77 | 3B | 5 | 0 | 32 | 35 | 42 | 22 | 23 |
| Octal | 161 | 167 | 73 | 5 | 0 | 62 | 65 | 102 | 42 | 43 |
| Binary | 1110001 | 1110111 | 111011 | 101 | 0 | 110010 | 110101 | 1000010 | 100010 | 100011 |
Color Harmonies of #71773B
Complementary color
Monochromatic Colors of #71773B
Black with #71773B
Text Example
Text Example
White with #71773B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71773B; }
p { color: rgb(113,119,59); }
H1.HeaderClassName
{
color: #71773B;
}
.AnyTagClassName
{
color: #71773B;
}
</style>
background-color css
<style>
a { background-color: #71773B; }
a { background-color: rgb(113,119,59); }
div.DivClassName
{
background-color: #71773B;
}
.BgClassName
{
background-color: #71773B;
}
</style>
border-color css
<style>
span { border-color: #71773B; }
span { border-color: rgb(113,119,59); }
td.TdClassName
{
border-color: #71773B;
}
.TagClassName
{
border-color: #71773B;
}
</style>