Shades of Rain Forest #717828
Tints of Rain Forest #717828
RGB
CMYK
RGB Variations
Color information
#717828 (or 0x717828) is known color: Rain Forest. HEX triplet: 71, 78 and 28. RGB value is (113,120,40). Sum of RGB (Red+Green+Blue) = 113+120+40=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 120 (47.27% from 255 or 43.96% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 120 - color contains mainly: green. Hex color #717828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717828 is #8E87D7. Grayscale: #6D6D6D. Windows color (decimal): -9340888 or 2652273. OLE color: 2652273.
HSL color Cylindrical-coordinate representation of color #717828: hue angle of 65.25º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #717828 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 120 | 40 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.53 |
| HSL | 65.25º | 0.5% | 0.31% | - |
| HSV(B) | 65.25º | 0.67% | 0.47% | - |
| XYZ | 13.91 | 17.1 | 4.57 | - |
| YUV | 108.79 | 89.18 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 120 | 40 | 0.06 | 0 | 0.67 | 0.53 | 65.25 | 0.5 | 0.31 |
| Hex | 71 | 78 | 28 | 6 | 0 | 43 | 35 | 41 | 32 | 1F |
| Octal | 161 | 170 | 50 | 6 | 0 | 103 | 65 | 101 | 62 | 37 |
| Binary | 1110001 | 1111000 | 101000 | 110 | 0 | 1000011 | 110101 | 1000001 | 110010 | 11111 |
Color Harmonies of #717828
Complementary color
Monochromatic Colors of #717828
Black with #717828
Text Example
Text Example
White with #717828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717828; }
p { color: rgb(113,120,40); }
H1.HeaderClassName
{
color: #717828;
}
.AnyTagClassName
{
color: #717828;
}
</style>
background-color css
<style>
a { background-color: #717828; }
a { background-color: rgb(113,120,40); }
div.DivClassName
{
background-color: #717828;
}
.BgClassName
{
background-color: #717828;
}
</style>
border-color css
<style>
span { border-color: #717828; }
span { border-color: rgb(113,120,40); }
td.TdClassName
{
border-color: #717828;
}
.TagClassName
{
border-color: #717828;
}
</style>