Shades of Rain Forest #71782A
Tints of Rain Forest #71782A
RGB
CMYK
RGB Variations
Color information
#71782A (or 0x71782A) is known color: Rain Forest. HEX triplet: 71, 78 and 2A. RGB value is (113,120,42). Sum of RGB (Red+Green+Blue) = 113+120+42=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 120 - color contains mainly: green. Hex color #71782A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71782A is #8E87D5. Grayscale: #6D6D6D. Windows color (decimal): -9340886 or 2783345. OLE color: 2783345.
HSL color Cylindrical-coordinate representation of color #71782A: hue angle of 65.38º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #71782A is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 120 | 42 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.53 |
| HSL | 65.38º | 0.48% | 0.32% | - |
| HSV(B) | 65.38º | 0.65% | 0.47% | - |
| XYZ | 13.94 | 17.11 | 4.76 | - |
| YUV | 109.02 | 90.18 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 120 | 42 | 0.06 | 0 | 0.65 | 0.53 | 65.38 | 0.48 | 0.32 |
| Hex | 71 | 78 | 2A | 6 | 0 | 41 | 35 | 41 | 30 | 20 |
| Octal | 161 | 170 | 52 | 6 | 0 | 101 | 65 | 101 | 60 | 40 |
| Binary | 1110001 | 1111000 | 101010 | 110 | 0 | 1000001 | 110101 | 1000001 | 110000 | 100000 |
Color Harmonies of #71782A
Complementary color
Monochromatic Colors of #71782A
Black with #71782A
Text Example
Text Example
White with #71782A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71782A; }
p { color: rgb(113,120,42); }
H1.HeaderClassName
{
color: #71782A;
}
.AnyTagClassName
{
color: #71782A;
}
</style>
background-color css
<style>
a { background-color: #71782A; }
a { background-color: rgb(113,120,42); }
div.DivClassName
{
background-color: #71782A;
}
.BgClassName
{
background-color: #71782A;
}
</style>
border-color css
<style>
span { border-color: #71782A; }
span { border-color: rgb(113,120,42); }
td.TdClassName
{
border-color: #71782A;
}
.TagClassName
{
border-color: #71782A;
}
</style>