Shades of Rain Forest #5F712A
Tints of Rain Forest #5F712A
RGB
CMYK
RGB Variations
Color information
#5F712A (or 0x5F712A) is known color: Rain Forest. HEX triplet: 5F, 71 and 2A. RGB value is (95,113,42). Sum of RGB (Red+Green+Blue) = 95+113+42=250 (33% of max value = 765). Red value is 95 (37.5% from 255 or 38% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 113 - color contains mainly: green. Hex color #5F712A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F712A is #A08ED5. Grayscale: #636363. Windows color (decimal): -10522326 or 2781535. OLE color: 2781535.
HSL color Cylindrical-coordinate representation of color #5F712A: hue angle of 75.21º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F712A is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 113 | 42 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.56 |
| HSL | 75.21º | 0.46% | 0.3% | - |
| HSV(B) | 75.21º | 0.63% | 0.44% | - |
| XYZ | 11.04 | 14.41 | 4.39 | - |
| YUV | 99.52 | 95.54 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 113 | 42 | 0.16 | 0 | 0.63 | 0.56 | 75.21 | 0.46 | 0.3 |
| Hex | 5F | 71 | 2A | 10 | 0 | 3F | 38 | 4B | 2E | 1E |
| Octal | 137 | 161 | 52 | 20 | 0 | 77 | 70 | 113 | 56 | 36 |
| Binary | 1011111 | 1110001 | 101010 | 10000 | 0 | 111111 | 111000 | 1001011 | 101110 | 11110 |
Color Harmonies of #5F712A
Complementary color
Monochromatic Colors of #5F712A
Black with #5F712A
Text Example
Text Example
White with #5F712A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F712A; }
p { color: rgb(95,113,42); }
H1.HeaderClassName
{
color: #5F712A;
}
.AnyTagClassName
{
color: #5F712A;
}
</style>
background-color css
<style>
a { background-color: #5F712A; }
a { background-color: rgb(95,113,42); }
div.DivClassName
{
background-color: #5F712A;
}
.BgClassName
{
background-color: #5F712A;
}
</style>
border-color css
<style>
span { border-color: #5F712A; }
span { border-color: rgb(95,113,42); }
td.TdClassName
{
border-color: #5F712A;
}
.TagClassName
{
border-color: #5F712A;
}
</style>