Shades of Rain Forest #71792A
Tints of Rain Forest #71792A
RGB
CMYK
RGB Variations
Color information
#71792A (or 0x71792A) is known color: Rain Forest. HEX triplet: 71, 79 and 2A. RGB value is (113,121,42). Sum of RGB (Red+Green+Blue) = 113+121+42=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 121 (47.66% from 255 or 43.84% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 121 - color contains mainly: green. Hex color #71792A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71792A is #8E86D5. Grayscale: #6D6D6D. Windows color (decimal): -9340630 or 2783601. OLE color: 2783601.
HSL color Cylindrical-coordinate representation of color #71792A: hue angle of 66.08º 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 #71792A is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 121 | 42 | - |
| CMYK | 0.07 | 0 | 0.65 | 0.53 |
| HSL | 66.08º | 0.48% | 0.32% | - |
| HSV(B) | 66.08º | 0.65% | 0.47% | - |
| XYZ | 14.07 | 17.35 | 4.8 | - |
| YUV | 109.6 | 89.85 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 121 | 42 | 0.07 | 0 | 0.65 | 0.53 | 66.08 | 0.48 | 0.32 |
| Hex | 71 | 79 | 2A | 7 | 0 | 41 | 35 | 42 | 30 | 20 |
| Octal | 161 | 171 | 52 | 7 | 0 | 101 | 65 | 102 | 60 | 40 |
| Binary | 1110001 | 1111001 | 101010 | 111 | 0 | 1000001 | 110101 | 1000010 | 110000 | 100000 |
Color Harmonies of #71792A
Complementary color
Monochromatic Colors of #71792A
Black with #71792A
Text Example
Text Example
White with #71792A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71792A; }
p { color: rgb(113,121,42); }
H1.HeaderClassName
{
color: #71792A;
}
.AnyTagClassName
{
color: #71792A;
}
</style>
background-color css
<style>
a { background-color: #71792A; }
a { background-color: rgb(113,121,42); }
div.DivClassName
{
background-color: #71792A;
}
.BgClassName
{
background-color: #71792A;
}
</style>
border-color css
<style>
span { border-color: #71792A; }
span { border-color: rgb(113,121,42); }
td.TdClassName
{
border-color: #71792A;
}
.TagClassName
{
border-color: #71792A;
}
</style>