Shades of Rain Forest #616F35
Tints of Rain Forest #616F35
RGB
CMYK
RGB Variations
Color information
#616F35 (or 0x616F35) is known color: Rain Forest. HEX triplet: 61, 6F and 35. RGB value is (97,111,53). Sum of RGB (Red+Green+Blue) = 97+111+53=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 111 (43.75% from 255 or 42.53% from 261); Blue value is 53 (21.09% from 255 or 20.31% from 261); Max value from RGB is 111 - color contains mainly: green. Hex color #616F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616F35 is #9E90CA. Grayscale: #646464. Windows color (decimal): -10391755 or 3501921. OLE color: 3501921.
HSL color Cylindrical-coordinate representation of color #616F35: hue angle of 74.48º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #616F35 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 111 | 53 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.56 |
| HSL | 74.48º | 0.35% | 0.32% | - |
| HSV(B) | 74.48º | 0.52% | 0.44% | - |
| XYZ | 11.26 | 14.17 | 5.51 | - |
| YUV | 100.2 | 101.36 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 111 | 53 | 0.13 | 0 | 0.52 | 0.56 | 74.48 | 0.35 | 0.32 |
| Hex | 61 | 6F | 35 | D | 0 | 34 | 38 | 4A | 23 | 20 |
| Octal | 141 | 157 | 65 | 15 | 0 | 64 | 70 | 112 | 43 | 40 |
| Binary | 1100001 | 1101111 | 110101 | 1101 | 0 | 110100 | 111000 | 1001010 | 100011 | 100000 |
Color Harmonies of #616F35
Complementary color
Monochromatic Colors of #616F35
Black with #616F35
Text Example
Text Example
White with #616F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616F35; }
p { color: rgb(97,111,53); }
H1.HeaderClassName
{
color: #616F35;
}
.AnyTagClassName
{
color: #616F35;
}
</style>
background-color css
<style>
a { background-color: #616F35; }
a { background-color: rgb(97,111,53); }
div.DivClassName
{
background-color: #616F35;
}
.BgClassName
{
background-color: #616F35;
}
</style>
border-color css
<style>
span { border-color: #616F35; }
span { border-color: rgb(97,111,53); }
td.TdClassName
{
border-color: #616F35;
}
.TagClassName
{
border-color: #616F35;
}
</style>