Shades of Rain Forest #717B24
Tints of Rain Forest #717B24
RGB
CMYK
RGB Variations
Color information
#717B24 (or 0x717B24) is known color: Rain Forest. HEX triplet: 71, 7B and 24. RGB value is (113,123,36). Sum of RGB (Red+Green+Blue) = 113+123+36=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 123 (48.44% from 255 or 45.22% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 123 - color contains mainly: green. Hex color #717B24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717B24 is #8E84DB. Grayscale: #6E6E6E. Windows color (decimal): -9340124 or 2390897. OLE color: 2390897.
HSL color Cylindrical-coordinate representation of color #717B24: hue angle of 66.9º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #717B24 is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 123 | 36 | - |
| CMYK | 0.08 | 0 | 0.71 | 0.52 |
| HSL | 66.9º | 0.55% | 0.31% | - |
| HSV(B) | 66.9º | 0.71% | 0.48% | - |
| XYZ | 14.21 | 17.8 | 4.36 | - |
| YUV | 110.09 | 86.19 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 123 | 36 | 0.08 | 0 | 0.71 | 0.52 | 66.9 | 0.55 | 0.31 |
| Hex | 71 | 7B | 24 | 8 | 0 | 47 | 34 | 43 | 37 | 1F |
| Octal | 161 | 173 | 44 | 10 | 0 | 107 | 64 | 103 | 67 | 37 |
| Binary | 1110001 | 1111011 | 100100 | 1000 | 0 | 1000111 | 110100 | 1000011 | 110111 | 11111 |
Color Harmonies of #717B24
Complementary color
Monochromatic Colors of #717B24
Black with #717B24
Text Example
Text Example
White with #717B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717B24; }
p { color: rgb(113,123,36); }
H1.HeaderClassName
{
color: #717B24;
}
.AnyTagClassName
{
color: #717B24;
}
</style>
background-color css
<style>
a { background-color: #717B24; }
a { background-color: rgb(113,123,36); }
div.DivClassName
{
background-color: #717B24;
}
.BgClassName
{
background-color: #717B24;
}
</style>
border-color css
<style>
span { border-color: #717B24; }
span { border-color: rgb(113,123,36); }
td.TdClassName
{
border-color: #717B24;
}
.TagClassName
{
border-color: #717B24;
}
</style>