Shades of Rain Forest #717B2C
Tints of Rain Forest #717B2C
RGB
CMYK
RGB Variations
Color information
#717B2C (or 0x717B2C) is known color: Rain Forest. HEX triplet: 71, 7B and 2C. RGB value is (113,123,44). Sum of RGB (Red+Green+Blue) = 113+123+44=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 123 (48.44% from 255 or 43.93% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 123 - color contains mainly: green. Hex color #717B2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717B2C is #8E84D3. Grayscale: #6F6F6F. Windows color (decimal): -9340116 or 2915185. OLE color: 2915185.
HSL color Cylindrical-coordinate representation of color #717B2C: hue angle of 67.59º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #717B2C is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 123 | 44 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.52 |
| HSL | 67.59º | 0.47% | 0.33% | - |
| HSV(B) | 67.59º | 0.64% | 0.48% | - |
| XYZ | 14.35 | 17.86 | 5.07 | - |
| YUV | 111 | 90.19 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 123 | 44 | 0.08 | 0 | 0.64 | 0.52 | 67.59 | 0.47 | 0.33 |
| Hex | 71 | 7B | 2C | 8 | 0 | 40 | 34 | 44 | 2F | 21 |
| Octal | 161 | 173 | 54 | 10 | 0 | 100 | 64 | 104 | 57 | 41 |
| Binary | 1110001 | 1111011 | 101100 | 1000 | 0 | 1000000 | 110100 | 1000100 | 101111 | 100001 |
Color Harmonies of #717B2C
Complementary color
Monochromatic Colors of #717B2C
Black with #717B2C
Text Example
Text Example
White with #717B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717B2C; }
p { color: rgb(113,123,44); }
H1.HeaderClassName
{
color: #717B2C;
}
.AnyTagClassName
{
color: #717B2C;
}
</style>
background-color css
<style>
a { background-color: #717B2C; }
a { background-color: rgb(113,123,44); }
div.DivClassName
{
background-color: #717B2C;
}
.BgClassName
{
background-color: #717B2C;
}
</style>
border-color css
<style>
span { border-color: #717B2C; }
span { border-color: rgb(113,123,44); }
td.TdClassName
{
border-color: #717B2C;
}
.TagClassName
{
border-color: #717B2C;
}
</style>