Shades of Rain Forest #616F31
Tints of Rain Forest #616F31
RGB
CMYK
RGB Variations
Color information
#616F31 (or 0x616F31) is known color: Rain Forest. HEX triplet: 61, 6F and 31. RGB value is (97,111,49). Sum of RGB (Red+Green+Blue) = 97+111+49=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 111 (43.75% from 255 or 43.19% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 111 - color contains mainly: green. Hex color #616F31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616F31 is #9E90CE. Grayscale: #636363. Windows color (decimal): -10391759 or 3239777. OLE color: 3239777.
HSL color Cylindrical-coordinate representation of color #616F31: hue angle of 73.55º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #616F31 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 111 | 49 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.56 |
| HSL | 73.55º | 0.39% | 0.31% | - |
| HSV(B) | 73.55º | 0.56% | 0.44% | - |
| XYZ | 11.17 | 14.13 | 5.04 | - |
| YUV | 99.75 | 99.36 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 111 | 49 | 0.13 | 0 | 0.56 | 0.56 | 73.55 | 0.39 | 0.31 |
| Hex | 61 | 6F | 31 | D | 0 | 38 | 38 | 4A | 27 | 1F |
| Octal | 141 | 157 | 61 | 15 | 0 | 70 | 70 | 112 | 47 | 37 |
| Binary | 1100001 | 1101111 | 110001 | 1101 | 0 | 111000 | 111000 | 1001010 | 100111 | 11111 |
Color Harmonies of #616F31
Complementary color
Monochromatic Colors of #616F31
Black with #616F31
Text Example
Text Example
White with #616F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616F31; }
p { color: rgb(97,111,49); }
H1.HeaderClassName
{
color: #616F31;
}
.AnyTagClassName
{
color: #616F31;
}
</style>
background-color css
<style>
a { background-color: #616F31; }
a { background-color: rgb(97,111,49); }
div.DivClassName
{
background-color: #616F31;
}
.BgClassName
{
background-color: #616F31;
}
</style>
border-color css
<style>
span { border-color: #616F31; }
span { border-color: rgb(97,111,49); }
td.TdClassName
{
border-color: #616F31;
}
.TagClassName
{
border-color: #616F31;
}
</style>