Shades of Rain Forest #717C37
Tints of Rain Forest #717C37
RGB
CMYK
RGB Variations
Color information
#717C37 (or 0x717C37) is known color: Rain Forest. HEX triplet: 71, 7C and 37. RGB value is (113,124,55). Sum of RGB (Red+Green+Blue) = 113+124+55=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 124 - color contains mainly: green. Hex color #717C37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717C37 is #8E83C8. Grayscale: #717171. Windows color (decimal): -9339849 or 3636337. OLE color: 3636337.
HSL color Cylindrical-coordinate representation of color #717C37: hue angle of 69.57º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #717C37 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 124 | 55 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.51 |
| HSL | 69.57º | 0.39% | 0.35% | - |
| HSV(B) | 69.57º | 0.56% | 0.49% | - |
| XYZ | 14.71 | 18.2 | 6.35 | - |
| YUV | 112.85 | 95.36 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 124 | 55 | 0.09 | 0 | 0.56 | 0.51 | 69.57 | 0.39 | 0.35 |
| Hex | 71 | 7C | 37 | 9 | 0 | 38 | 33 | 46 | 27 | 23 |
| Octal | 161 | 174 | 67 | 11 | 0 | 70 | 63 | 106 | 47 | 43 |
| Binary | 1110001 | 1111100 | 110111 | 1001 | 0 | 111000 | 110011 | 1000110 | 100111 | 100011 |
Color Harmonies of #717C37
Complementary color
Monochromatic Colors of #717C37
Black with #717C37
Text Example
Text Example
White with #717C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717C37; }
p { color: rgb(113,124,55); }
H1.HeaderClassName
{
color: #717C37;
}
.AnyTagClassName
{
color: #717C37;
}
</style>
background-color css
<style>
a { background-color: #717C37; }
a { background-color: rgb(113,124,55); }
div.DivClassName
{
background-color: #717C37;
}
.BgClassName
{
background-color: #717C37;
}
</style>
border-color css
<style>
span { border-color: #717C37; }
span { border-color: rgb(113,124,55); }
td.TdClassName
{
border-color: #717C37;
}
.TagClassName
{
border-color: #717C37;
}
</style>