Shades of Rain Forest #71773C
Tints of Rain Forest #71773C
RGB
CMYK
RGB Variations
Color information
#71773C (or 0x71773C) is known color: Rain Forest. HEX triplet: 71, 77 and 3C. RGB value is (113,119,60). Sum of RGB (Red+Green+Blue) = 113+119+60=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 119 - color contains mainly: green. Hex color #71773C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71773C is #8E88C3. Grayscale: #6E6E6E. Windows color (decimal): -9341124 or 3962737. OLE color: 3962737.
HSL color Cylindrical-coordinate representation of color #71773C: hue angle of 66.1º degrees, saturation: 0.33, 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 #71773C is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 119 | 60 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.53 |
| HSL | 66.1º | 0.33% | 0.35% | - |
| HSV(B) | 66.1º | 0.5% | 0.47% | - |
| XYZ | 14.22 | 17.03 | 6.81 | - |
| YUV | 110.48 | 99.51 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 119 | 60 | 0.05 | 0 | 0.50 | 0.53 | 66.1 | 0.33 | 0.35 |
| Hex | 71 | 77 | 3C | 5 | 0 | 32 | 35 | 42 | 21 | 23 |
| Octal | 161 | 167 | 74 | 5 | 0 | 62 | 65 | 102 | 41 | 43 |
| Binary | 1110001 | 1110111 | 111100 | 101 | 0 | 110010 | 110101 | 1000010 | 100001 | 100011 |
Color Harmonies of #71773C
Complementary color
Monochromatic Colors of #71773C
Black with #71773C
Text Example
Text Example
White with #71773C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71773C; }
p { color: rgb(113,119,60); }
H1.HeaderClassName
{
color: #71773C;
}
.AnyTagClassName
{
color: #71773C;
}
</style>
background-color css
<style>
a { background-color: #71773C; }
a { background-color: rgb(113,119,60); }
div.DivClassName
{
background-color: #71773C;
}
.BgClassName
{
background-color: #71773C;
}
</style>
border-color css
<style>
span { border-color: #71773C; }
span { border-color: rgb(113,119,60); }
td.TdClassName
{
border-color: #71773C;
}
.TagClassName
{
border-color: #71773C;
}
</style>