Shades of Rain Forest #717F37
Tints of Rain Forest #717F37
RGB
CMYK
RGB Variations
Color information
#717F37 (or 0x717F37) is known color: Rain Forest. HEX triplet: 71, 7F and 37. RGB value is (113,127,55). Sum of RGB (Red+Green+Blue) = 113+127+55=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 127 (50% from 255 or 43.05% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 127 - color contains mainly: green. Hex color #717F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717F37 is #8E80C8. Grayscale: #727272. Windows color (decimal): -9339081 or 3637105. OLE color: 3637105.
HSL color Cylindrical-coordinate representation of color #717F37: hue angle of 71.67º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #717F37 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 127 | 55 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.50 |
| HSL | 71.67º | 0.4% | 0.36% | - |
| HSV(B) | 71.67º | 0.57% | 0.5% | - |
| XYZ | 15.09 | 18.97 | 6.48 | - |
| YUV | 114.61 | 94.36 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 127 | 55 | 0.11 | 0 | 0.57 | 0.50 | 71.67 | 0.4 | 0.36 |
| Hex | 71 | 7F | 37 | B | 0 | 39 | 32 | 48 | 28 | 24 |
| Octal | 161 | 177 | 67 | 13 | 0 | 71 | 62 | 110 | 50 | 44 |
| Binary | 1110001 | 1111111 | 110111 | 1011 | 0 | 111001 | 110010 | 1001000 | 101000 | 100100 |
Color Harmonies of #717F37
Complementary color
Monochromatic Colors of #717F37
Black with #717F37
Text Example
Text Example
White with #717F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717F37; }
p { color: rgb(113,127,55); }
H1.HeaderClassName
{
color: #717F37;
}
.AnyTagClassName
{
color: #717F37;
}
</style>
background-color css
<style>
a { background-color: #717F37; }
a { background-color: rgb(113,127,55); }
div.DivClassName
{
background-color: #717F37;
}
.BgClassName
{
background-color: #717F37;
}
</style>
border-color css
<style>
span { border-color: #717F37; }
span { border-color: rgb(113,127,55); }
td.TdClassName
{
border-color: #717F37;
}
.TagClassName
{
border-color: #717F37;
}
</style>