Shades of Rain Forest #616F2E
Tints of Rain Forest #616F2E
RGB
CMYK
RGB Variations
Color information
#616F2E (or 0x616F2E) is known color: Rain Forest. HEX triplet: 61, 6F and 2E. RGB value is (97,111,46). Sum of RGB (Red+Green+Blue) = 97+111+46=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 111 (43.75% from 255 or 43.70% from 254); Blue value is 46 (18.36% from 255 or 18.11% from 254); Max value from RGB is 111 - color contains mainly: green. Hex color #616F2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616F2E is #9E90D1. Grayscale: #636363. Windows color (decimal): -10391762 or 3043169. OLE color: 3043169.
HSL color Cylindrical-coordinate representation of color #616F2E: hue angle of 72.92º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #616F2E is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 111 | 46 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.56 |
| HSL | 72.92º | 0.41% | 0.31% | - |
| HSV(B) | 72.92º | 0.59% | 0.44% | - |
| XYZ | 11.11 | 14.11 | 4.72 | - |
| YUV | 99.4 | 97.86 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 111 | 46 | 0.13 | 0 | 0.59 | 0.56 | 72.92 | 0.41 | 0.31 |
| Hex | 61 | 6F | 2E | D | 0 | 3B | 38 | 49 | 29 | 1F |
| Octal | 141 | 157 | 56 | 15 | 0 | 73 | 70 | 111 | 51 | 37 |
| Binary | 1100001 | 1101111 | 101110 | 1101 | 0 | 111011 | 111000 | 1001001 | 101001 | 11111 |
Color Harmonies of #616F2E
Complementary color
Monochromatic Colors of #616F2E
Black with #616F2E
Text Example
Text Example
White with #616F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616F2E; }
p { color: rgb(97,111,46); }
H1.HeaderClassName
{
color: #616F2E;
}
.AnyTagClassName
{
color: #616F2E;
}
</style>
background-color css
<style>
a { background-color: #616F2E; }
a { background-color: rgb(97,111,46); }
div.DivClassName
{
background-color: #616F2E;
}
.BgClassName
{
background-color: #616F2E;
}
</style>
border-color css
<style>
span { border-color: #616F2E; }
span { border-color: rgb(97,111,46); }
td.TdClassName
{
border-color: #616F2E;
}
.TagClassName
{
border-color: #616F2E;
}
</style>