Shades of Rain Forest #5F702E
Tints of Rain Forest #5F702E
RGB
CMYK
RGB Variations
Color information
#5F702E (or 0x5F702E) is known color: Rain Forest. HEX triplet: 5F, 70 and 2E. RGB value is (95,112,46). Sum of RGB (Red+Green+Blue) = 95+112+46=253 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.55% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 112 - color contains mainly: green. Hex color #5F702E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F702E is #A08FD1. Grayscale: #636363. Windows color (decimal): -10522578 or 3043423. OLE color: 3043423.
HSL color Cylindrical-coordinate representation of color #5F702E: hue angle of 75.45º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5F702E is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 112 | 46 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.56 |
| HSL | 75.45º | 0.42% | 0.31% | - |
| HSV(B) | 75.45º | 0.59% | 0.44% | - |
| XYZ | 11.01 | 14.22 | 4.75 | - |
| YUV | 99.39 | 97.87 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 112 | 46 | 0.15 | 0 | 0.59 | 0.56 | 75.45 | 0.42 | 0.31 |
| Hex | 5F | 70 | 2E | F | 0 | 3B | 38 | 4B | 2A | 1F |
| Octal | 137 | 160 | 56 | 17 | 0 | 73 | 70 | 113 | 52 | 37 |
| Binary | 1011111 | 1110000 | 101110 | 1111 | 0 | 111011 | 111000 | 1001011 | 101010 | 11111 |
Color Harmonies of #5F702E
Complementary color
Monochromatic Colors of #5F702E
Black with #5F702E
Text Example
Text Example
White with #5F702E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F702E; }
p { color: rgb(95,112,46); }
H1.HeaderClassName
{
color: #5F702E;
}
.AnyTagClassName
{
color: #5F702E;
}
</style>
background-color css
<style>
a { background-color: #5F702E; }
a { background-color: rgb(95,112,46); }
div.DivClassName
{
background-color: #5F702E;
}
.BgClassName
{
background-color: #5F702E;
}
</style>
border-color css
<style>
span { border-color: #5F702E; }
span { border-color: rgb(95,112,46); }
td.TdClassName
{
border-color: #5F702E;
}
.TagClassName
{
border-color: #5F702E;
}
</style>