Shades of Rain Forest #71782B
Tints of Rain Forest #71782B
RGB
CMYK
RGB Variations
Color information
#71782B (or 0x71782B) is known color: Rain Forest. HEX triplet: 71, 78 and 2B. RGB value is (113,120,43). Sum of RGB (Red+Green+Blue) = 113+120+43=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 120 (47.27% from 255 or 43.48% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 120 - color contains mainly: green. Hex color #71782B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71782B is #8E87D4. Grayscale: #6D6D6D. Windows color (decimal): -9340885 or 2848881. OLE color: 2848881.
HSL color Cylindrical-coordinate representation of color #71782B: hue angle of 65.45º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #71782B is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 120 | 43 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.53 |
| HSL | 65.45º | 0.47% | 0.32% | - |
| HSV(B) | 65.45º | 0.64% | 0.47% | - |
| XYZ | 13.96 | 17.12 | 4.85 | - |
| YUV | 109.13 | 90.68 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 120 | 43 | 0.06 | 0 | 0.64 | 0.53 | 65.45 | 0.47 | 0.32 |
| Hex | 71 | 78 | 2B | 6 | 0 | 40 | 35 | 41 | 2F | 20 |
| Octal | 161 | 170 | 53 | 6 | 0 | 100 | 65 | 101 | 57 | 40 |
| Binary | 1110001 | 1111000 | 101011 | 110 | 0 | 1000000 | 110101 | 1000001 | 101111 | 100000 |
Color Harmonies of #71782B
Complementary color
Monochromatic Colors of #71782B
Black with #71782B
Text Example
Text Example
White with #71782B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71782B; }
p { color: rgb(113,120,43); }
H1.HeaderClassName
{
color: #71782B;
}
.AnyTagClassName
{
color: #71782B;
}
</style>
background-color css
<style>
a { background-color: #71782B; }
a { background-color: rgb(113,120,43); }
div.DivClassName
{
background-color: #71782B;
}
.BgClassName
{
background-color: #71782B;
}
</style>
border-color css
<style>
span { border-color: #71782B; }
span { border-color: rgb(113,120,43); }
td.TdClassName
{
border-color: #71782B;
}
.TagClassName
{
border-color: #71782B;
}
</style>