Shades of Rain Forest #71783B
Tints of Rain Forest #71783B
RGB
CMYK
RGB Variations
Color information
#71783B (or 0x71783B) is known color: Rain Forest. HEX triplet: 71, 78 and 3B. RGB value is (113,120,59). Sum of RGB (Red+Green+Blue) = 113+120+59=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 120 (47.27% from 255 or 41.10% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 120 - color contains mainly: green. Hex color #71783B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71783B is #8E87C4. Grayscale: #6F6F6F. Windows color (decimal): -9340869 or 3897457. OLE color: 3897457.
HSL color Cylindrical-coordinate representation of color #71783B: hue angle of 66.89º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71783B is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 120 | 59 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.53 |
| HSL | 66.89º | 0.34% | 0.35% | - |
| HSV(B) | 66.89º | 0.51% | 0.47% | - |
| XYZ | 14.32 | 17.26 | 6.71 | - |
| YUV | 110.95 | 98.68 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 120 | 59 | 0.06 | 0 | 0.51 | 0.53 | 66.89 | 0.34 | 0.35 |
| Hex | 71 | 78 | 3B | 6 | 0 | 33 | 35 | 43 | 22 | 23 |
| Octal | 161 | 170 | 73 | 6 | 0 | 63 | 65 | 103 | 42 | 43 |
| Binary | 1110001 | 1111000 | 111011 | 110 | 0 | 110011 | 110101 | 1000011 | 100010 | 100011 |
Color Harmonies of #71783B
Complementary color
Monochromatic Colors of #71783B
Black with #71783B
Text Example
Text Example
White with #71783B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71783B; }
p { color: rgb(113,120,59); }
H1.HeaderClassName
{
color: #71783B;
}
.AnyTagClassName
{
color: #71783B;
}
</style>
background-color css
<style>
a { background-color: #71783B; }
a { background-color: rgb(113,120,59); }
div.DivClassName
{
background-color: #71783B;
}
.BgClassName
{
background-color: #71783B;
}
</style>
border-color css
<style>
span { border-color: #71783B; }
span { border-color: rgb(113,120,59); }
td.TdClassName
{
border-color: #71783B;
}
.TagClassName
{
border-color: #71783B;
}
</style>