Shades of Rain Forest #5F712D
Tints of Rain Forest #5F712D
RGB
CMYK
RGB Variations
Color information
#5F712D (or 0x5F712D) is known color: Rain Forest. HEX triplet: 5F, 71 and 2D. RGB value is (95,113,45). Sum of RGB (Red+Green+Blue) = 95+113+45=253 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.55% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 113 - color contains mainly: green. Hex color #5F712D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F712D is #A08ED2. Grayscale: #646464. Windows color (decimal): -10522323 or 2978143. OLE color: 2978143.
HSL color Cylindrical-coordinate representation of color #5F712D: hue angle of 75.88º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F712D is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 113 | 45 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.56 |
| HSL | 75.88º | 0.43% | 0.31% | - |
| HSV(B) | 75.88º | 0.6% | 0.44% | - |
| XYZ | 11.1 | 14.43 | 4.68 | - |
| YUV | 99.87 | 97.04 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 113 | 45 | 0.16 | 0 | 0.60 | 0.56 | 75.88 | 0.43 | 0.31 |
| Hex | 5F | 71 | 2D | 10 | 0 | 3C | 38 | 4C | 2B | 1F |
| Octal | 137 | 161 | 55 | 20 | 0 | 74 | 70 | 114 | 53 | 37 |
| Binary | 1011111 | 1110001 | 101101 | 10000 | 0 | 111100 | 111000 | 1001100 | 101011 | 11111 |
Color Harmonies of #5F712D
Complementary color
Monochromatic Colors of #5F712D
Black with #5F712D
Text Example
Text Example
White with #5F712D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F712D; }
p { color: rgb(95,113,45); }
H1.HeaderClassName
{
color: #5F712D;
}
.AnyTagClassName
{
color: #5F712D;
}
</style>
background-color css
<style>
a { background-color: #5F712D; }
a { background-color: rgb(95,113,45); }
div.DivClassName
{
background-color: #5F712D;
}
.BgClassName
{
background-color: #5F712D;
}
</style>
border-color css
<style>
span { border-color: #5F712D; }
span { border-color: rgb(95,113,45); }
td.TdClassName
{
border-color: #5F712D;
}
.TagClassName
{
border-color: #5F712D;
}
</style>