Shades of Rain Forest #717C36
Tints of Rain Forest #717C36
RGB
CMYK
RGB Variations
Color information
#717C36 (or 0x717C36) is known color: Rain Forest. HEX triplet: 71, 7C and 36. RGB value is (113,124,54). Sum of RGB (Red+Green+Blue) = 113+124+54=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 124 (48.83% from 255 or 42.61% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 124 - color contains mainly: green. Hex color #717C36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717C36 is #8E83C9. Grayscale: #717171. Windows color (decimal): -9339850 or 3570801. OLE color: 3570801.
HSL color Cylindrical-coordinate representation of color #717C36: hue angle of 69.43º 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 #717C36 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 124 | 54 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.51 |
| HSL | 69.43º | 0.39% | 0.35% | - |
| HSV(B) | 69.43º | 0.56% | 0.49% | - |
| XYZ | 14.68 | 18.19 | 6.23 | - |
| YUV | 112.73 | 94.86 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 124 | 54 | 0.09 | 0 | 0.56 | 0.51 | 69.43 | 0.39 | 0.35 |
| Hex | 71 | 7C | 36 | 9 | 0 | 38 | 33 | 45 | 27 | 23 |
| Octal | 161 | 174 | 66 | 11 | 0 | 70 | 63 | 105 | 47 | 43 |
| Binary | 1110001 | 1111100 | 110110 | 1001 | 0 | 111000 | 110011 | 1000101 | 100111 | 100011 |
Color Harmonies of #717C36
Complementary color
Monochromatic Colors of #717C36
Black with #717C36
Text Example
Text Example
White with #717C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717C36; }
p { color: rgb(113,124,54); }
H1.HeaderClassName
{
color: #717C36;
}
.AnyTagClassName
{
color: #717C36;
}
</style>
background-color css
<style>
a { background-color: #717C36; }
a { background-color: rgb(113,124,54); }
div.DivClassName
{
background-color: #717C36;
}
.BgClassName
{
background-color: #717C36;
}
</style>
border-color css
<style>
span { border-color: #717C36; }
span { border-color: rgb(113,124,54); }
td.TdClassName
{
border-color: #717C36;
}
.TagClassName
{
border-color: #717C36;
}
</style>