Shades of Rain Forest #717C32
Tints of Rain Forest #717C32
RGB
CMYK
RGB Variations
Color information
#717C32 (or 0x717C32) is known color: Rain Forest. HEX triplet: 71, 7C and 32. RGB value is (113,124,50). Sum of RGB (Red+Green+Blue) = 113+124+50=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 124 (48.83% from 255 or 43.21% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 124 - color contains mainly: green. Hex color #717C32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717C32 is #8E83CD. Grayscale: #707070. Windows color (decimal): -9339854 or 3308657. OLE color: 3308657.
HSL color Cylindrical-coordinate representation of color #717C32: hue angle of 68.92º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #717C32 is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 124 | 50 | - |
| CMYK | 0.09 | 0 | 0.60 | 0.51 |
| HSL | 68.92º | 0.43% | 0.34% | - |
| HSV(B) | 68.92º | 0.6% | 0.49% | - |
| XYZ | 14.59 | 18.16 | 5.75 | - |
| YUV | 112.28 | 92.86 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 124 | 50 | 0.09 | 0 | 0.60 | 0.51 | 68.92 | 0.43 | 0.34 |
| Hex | 71 | 7C | 32 | 9 | 0 | 3C | 33 | 45 | 2B | 22 |
| Octal | 161 | 174 | 62 | 11 | 0 | 74 | 63 | 105 | 53 | 42 |
| Binary | 1110001 | 1111100 | 110010 | 1001 | 0 | 111100 | 110011 | 1000101 | 101011 | 100010 |
Color Harmonies of #717C32
Complementary color
Monochromatic Colors of #717C32
Black with #717C32
Text Example
Text Example
White with #717C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717C32; }
p { color: rgb(113,124,50); }
H1.HeaderClassName
{
color: #717C32;
}
.AnyTagClassName
{
color: #717C32;
}
</style>
background-color css
<style>
a { background-color: #717C32; }
a { background-color: rgb(113,124,50); }
div.DivClassName
{
background-color: #717C32;
}
.BgClassName
{
background-color: #717C32;
}
</style>
border-color css
<style>
span { border-color: #717C32; }
span { border-color: rgb(113,124,50); }
td.TdClassName
{
border-color: #717C32;
}
.TagClassName
{
border-color: #717C32;
}
</style>