Shades of Rain Forest #717C34
Tints of Rain Forest #717C34
RGB
CMYK
RGB Variations
Color information
#717C34 (or 0x717C34) is known color: Rain Forest. HEX triplet: 71, 7C and 34. RGB value is (113,124,52). Sum of RGB (Red+Green+Blue) = 113+124+52=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 124 - color contains mainly: green. Hex color #717C34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717C34 is #8E83CB. Grayscale: #707070. Windows color (decimal): -9339852 or 3439729. OLE color: 3439729.
HSL color Cylindrical-coordinate representation of color #717C34: hue angle of 69.17º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #717C34 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 124 | 52 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.51 |
| HSL | 69.17º | 0.41% | 0.35% | - |
| HSV(B) | 69.17º | 0.58% | 0.49% | - |
| XYZ | 14.64 | 18.17 | 5.99 | - |
| YUV | 112.5 | 93.86 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 124 | 52 | 0.09 | 0 | 0.58 | 0.51 | 69.17 | 0.41 | 0.35 |
| Hex | 71 | 7C | 34 | 9 | 0 | 3A | 33 | 45 | 29 | 23 |
| Octal | 161 | 174 | 64 | 11 | 0 | 72 | 63 | 105 | 51 | 43 |
| Binary | 1110001 | 1111100 | 110100 | 1001 | 0 | 111010 | 110011 | 1000101 | 101001 | 100011 |
Color Harmonies of #717C34
Complementary color
Monochromatic Colors of #717C34
Black with #717C34
Text Example
Text Example
White with #717C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717C34; }
p { color: rgb(113,124,52); }
H1.HeaderClassName
{
color: #717C34;
}
.AnyTagClassName
{
color: #717C34;
}
</style>
background-color css
<style>
a { background-color: #717C34; }
a { background-color: rgb(113,124,52); }
div.DivClassName
{
background-color: #717C34;
}
.BgClassName
{
background-color: #717C34;
}
</style>
border-color css
<style>
span { border-color: #717C34; }
span { border-color: rgb(113,124,52); }
td.TdClassName
{
border-color: #717C34;
}
.TagClassName
{
border-color: #717C34;
}
</style>