Shades of Rain Forest #717C2B
Tints of Rain Forest #717C2B
RGB
CMYK
RGB Variations
Color information
#717C2B (or 0x717C2B) is known color: Rain Forest. HEX triplet: 71, 7C and 2B. RGB value is (113,124,43). Sum of RGB (Red+Green+Blue) = 113+124+43=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 124 (48.83% from 255 or 44.29% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 124 - color contains mainly: green. Hex color #717C2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717C2B is #8E83D4. Grayscale: #6F6F6F. Windows color (decimal): -9339861 or 2849905. OLE color: 2849905.
HSL color Cylindrical-coordinate representation of color #717C2B: hue angle of 68.15º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #717C2B is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 124 | 43 | - |
| CMYK | 0.09 | 0 | 0.65 | 0.51 |
| HSL | 68.15º | 0.49% | 0.33% | - |
| HSV(B) | 68.15º | 0.65% | 0.49% | - |
| XYZ | 14.45 | 18.1 | 5.02 | - |
| YUV | 111.48 | 89.36 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 124 | 43 | 0.09 | 0 | 0.65 | 0.51 | 68.15 | 0.49 | 0.33 |
| Hex | 71 | 7C | 2B | 9 | 0 | 41 | 33 | 44 | 31 | 21 |
| Octal | 161 | 174 | 53 | 11 | 0 | 101 | 63 | 104 | 61 | 41 |
| Binary | 1110001 | 1111100 | 101011 | 1001 | 0 | 1000001 | 110011 | 1000100 | 110001 | 100001 |
Color Harmonies of #717C2B
Complementary color
Monochromatic Colors of #717C2B
Black with #717C2B
Text Example
Text Example
White with #717C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717C2B; }
p { color: rgb(113,124,43); }
H1.HeaderClassName
{
color: #717C2B;
}
.AnyTagClassName
{
color: #717C2B;
}
</style>
background-color css
<style>
a { background-color: #717C2B; }
a { background-color: rgb(113,124,43); }
div.DivClassName
{
background-color: #717C2B;
}
.BgClassName
{
background-color: #717C2B;
}
</style>
border-color css
<style>
span { border-color: #717C2B; }
span { border-color: rgb(113,124,43); }
td.TdClassName
{
border-color: #717C2B;
}
.TagClassName
{
border-color: #717C2B;
}
</style>