Shades of Rain Forest #717C33
Tints of Rain Forest #717C33
RGB
CMYK
RGB Variations
Color information
#717C33 (or 0x717C33) is known color: Rain Forest. HEX triplet: 71, 7C and 33. RGB value is (113,124,51). Sum of RGB (Red+Green+Blue) = 113+124+51=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 124 (48.83% from 255 or 43.06% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 124 - color contains mainly: green. Hex color #717C33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717C33 is #8E83CC. Grayscale: #707070. Windows color (decimal): -9339853 or 3374193. OLE color: 3374193.
HSL color Cylindrical-coordinate representation of color #717C33: hue angle of 69.04º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #717C33 is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 124 | 51 | - |
| CMYK | 0.09 | 0 | 0.59 | 0.51 |
| HSL | 69.04º | 0.42% | 0.34% | - |
| HSV(B) | 69.04º | 0.59% | 0.49% | - |
| XYZ | 14.62 | 18.17 | 5.87 | - |
| YUV | 112.39 | 93.36 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 124 | 51 | 0.09 | 0 | 0.59 | 0.51 | 69.04 | 0.42 | 0.34 |
| Hex | 71 | 7C | 33 | 9 | 0 | 3B | 33 | 45 | 2A | 22 |
| Octal | 161 | 174 | 63 | 11 | 0 | 73 | 63 | 105 | 52 | 42 |
| Binary | 1110001 | 1111100 | 110011 | 1001 | 0 | 111011 | 110011 | 1000101 | 101010 | 100010 |
Color Harmonies of #717C33
Complementary color
Monochromatic Colors of #717C33
Black with #717C33
Text Example
Text Example
White with #717C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717C33; }
p { color: rgb(113,124,51); }
H1.HeaderClassName
{
color: #717C33;
}
.AnyTagClassName
{
color: #717C33;
}
</style>
background-color css
<style>
a { background-color: #717C33; }
a { background-color: rgb(113,124,51); }
div.DivClassName
{
background-color: #717C33;
}
.BgClassName
{
background-color: #717C33;
}
</style>
border-color css
<style>
span { border-color: #717C33; }
span { border-color: rgb(113,124,51); }
td.TdClassName
{
border-color: #717C33;
}
.TagClassName
{
border-color: #717C33;
}
</style>