Shades of Rain Forest #71782F
Tints of Rain Forest #71782F
RGB
CMYK
RGB Variations
Color information
#71782F (or 0x71782F) is known color: Rain Forest. HEX triplet: 71, 78 and 2F. RGB value is (113,120,47). Sum of RGB (Red+Green+Blue) = 113+120+47=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 120 - color contains mainly: green. Hex color #71782F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71782F is #8E87D0. Grayscale: #6D6D6D. Windows color (decimal): -9340881 or 3111025. OLE color: 3111025.
HSL color Cylindrical-coordinate representation of color #71782F: hue angle of 65.75º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #71782F is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 120 | 47 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.53 |
| HSL | 65.75º | 0.44% | 0.33% | - |
| HSV(B) | 65.75º | 0.61% | 0.47% | - |
| XYZ | 14.04 | 17.15 | 5.26 | - |
| YUV | 109.59 | 92.68 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 120 | 47 | 0.06 | 0 | 0.61 | 0.53 | 65.75 | 0.44 | 0.33 |
| Hex | 71 | 78 | 2F | 6 | 0 | 3D | 35 | 42 | 2C | 21 |
| Octal | 161 | 170 | 57 | 6 | 0 | 75 | 65 | 102 | 54 | 41 |
| Binary | 1110001 | 1111000 | 101111 | 110 | 0 | 111101 | 110101 | 1000010 | 101100 | 100001 |
Color Harmonies of #71782F
Complementary color
Monochromatic Colors of #71782F
Black with #71782F
Text Example
Text Example
White with #71782F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71782F; }
p { color: rgb(113,120,47); }
H1.HeaderClassName
{
color: #71782F;
}
.AnyTagClassName
{
color: #71782F;
}
</style>
background-color css
<style>
a { background-color: #71782F; }
a { background-color: rgb(113,120,47); }
div.DivClassName
{
background-color: #71782F;
}
.BgClassName
{
background-color: #71782F;
}
</style>
border-color css
<style>
span { border-color: #71782F; }
span { border-color: rgb(113,120,47); }
td.TdClassName
{
border-color: #71782F;
}
.TagClassName
{
border-color: #71782F;
}
</style>