Shades of Rain Forest #616F36
Tints of Rain Forest #616F36
RGB
CMYK
RGB Variations
Color information
#616F36 (or 0x616F36) is known color: Rain Forest. HEX triplet: 61, 6F and 36. RGB value is (97,111,54). Sum of RGB (Red+Green+Blue) = 97+111+54=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 111 (43.75% from 255 or 42.37% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 111 - color contains mainly: green. Hex color #616F36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616F36 is #9E90C9. Grayscale: #646464. Windows color (decimal): -10391754 or 3567457. OLE color: 3567457.
HSL color Cylindrical-coordinate representation of color #616F36: hue angle of 74.74º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #616F36 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 111 | 54 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.56 |
| HSL | 74.74º | 0.35% | 0.32% | - |
| HSV(B) | 74.74º | 0.51% | 0.44% | - |
| XYZ | 11.28 | 14.18 | 5.63 | - |
| YUV | 100.32 | 101.86 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 111 | 54 | 0.13 | 0 | 0.51 | 0.56 | 74.74 | 0.35 | 0.32 |
| Hex | 61 | 6F | 36 | D | 0 | 33 | 38 | 4B | 23 | 20 |
| Octal | 141 | 157 | 66 | 15 | 0 | 63 | 70 | 113 | 43 | 40 |
| Binary | 1100001 | 1101111 | 110110 | 1101 | 0 | 110011 | 111000 | 1001011 | 100011 | 100000 |
Color Harmonies of #616F36
Complementary color
Monochromatic Colors of #616F36
Black with #616F36
Text Example
Text Example
White with #616F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616F36; }
p { color: rgb(97,111,54); }
H1.HeaderClassName
{
color: #616F36;
}
.AnyTagClassName
{
color: #616F36;
}
</style>
background-color css
<style>
a { background-color: #616F36; }
a { background-color: rgb(97,111,54); }
div.DivClassName
{
background-color: #616F36;
}
.BgClassName
{
background-color: #616F36;
}
</style>
border-color css
<style>
span { border-color: #616F36; }
span { border-color: rgb(97,111,54); }
td.TdClassName
{
border-color: #616F36;
}
.TagClassName
{
border-color: #616F36;
}
</style>