Shades of Rain Forest #5F702C
Tints of Rain Forest #5F702C
RGB
CMYK
RGB Variations
Color information
#5F702C (or 0x5F702C) is known color: Rain Forest. HEX triplet: 5F, 70 and 2C. RGB value is (95,112,44). Sum of RGB (Red+Green+Blue) = 95+112+44=251 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.85% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #5F702C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F702C is #A08FD3. Grayscale: #636363. Windows color (decimal): -10522580 or 2912351. OLE color: 2912351.
HSL color Cylindrical-coordinate representation of color #5F702C: hue angle of 75º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5F702C is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 112 | 44 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.56 |
| HSL | 75º | 0.44% | 0.31% | - |
| HSV(B) | 75º | 0.61% | 0.44% | - |
| XYZ | 10.97 | 14.2 | 4.55 | - |
| YUV | 99.17 | 96.87 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 112 | 44 | 0.15 | 0 | 0.61 | 0.56 | 75 | 0.44 | 0.31 |
| Hex | 5F | 70 | 2C | F | 0 | 3D | 38 | 4B | 2C | 1F |
| Octal | 137 | 160 | 54 | 17 | 0 | 75 | 70 | 113 | 54 | 37 |
| Binary | 1011111 | 1110000 | 101100 | 1111 | 0 | 111101 | 111000 | 1001011 | 101100 | 11111 |
Color Harmonies of #5F702C
Complementary color
Monochromatic Colors of #5F702C
Black with #5F702C
Text Example
Text Example
White with #5F702C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F702C; }
p { color: rgb(95,112,44); }
H1.HeaderClassName
{
color: #5F702C;
}
.AnyTagClassName
{
color: #5F702C;
}
</style>
background-color css
<style>
a { background-color: #5F702C; }
a { background-color: rgb(95,112,44); }
div.DivClassName
{
background-color: #5F702C;
}
.BgClassName
{
background-color: #5F702C;
}
</style>
border-color css
<style>
span { border-color: #5F702C; }
span { border-color: rgb(95,112,44); }
td.TdClassName
{
border-color: #5F702C;
}
.TagClassName
{
border-color: #5F702C;
}
</style>