Shades of Rain Forest #616C2B
Tints of Rain Forest #616C2B
RGB
CMYK
RGB Variations
Color information
#616C2B (or 0x616C2B) is known color: Rain Forest. HEX triplet: 61, 6C and 2B. RGB value is (97,108,43). Sum of RGB (Red+Green+Blue) = 97+108+43=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 108 (42.58% from 255 or 43.55% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 108 - color contains mainly: green. Hex color #616C2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616C2B is #9E93D4. Grayscale: #616161. Windows color (decimal): -10392533 or 2845793. OLE color: 2845793.
HSL color Cylindrical-coordinate representation of color #616C2B: hue angle of 70.15º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #616C2B is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 108 | 43 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.58 |
| HSL | 70.15º | 0.43% | 0.3% | - |
| HSV(B) | 70.15º | 0.6% | 0.42% | - |
| XYZ | 10.73 | 13.44 | 4.31 | - |
| YUV | 97.3 | 97.36 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 108 | 43 | 0.10 | 0 | 0.60 | 0.58 | 70.15 | 0.43 | 0.3 |
| Hex | 61 | 6C | 2B | A | 0 | 3C | 3A | 46 | 2B | 1E |
| Octal | 141 | 154 | 53 | 12 | 0 | 74 | 72 | 106 | 53 | 36 |
| Binary | 1100001 | 1101100 | 101011 | 1010 | 0 | 111100 | 111010 | 1000110 | 101011 | 11110 |
Color Harmonies of #616C2B
Complementary color
Monochromatic Colors of #616C2B
Black with #616C2B
Text Example
Text Example
White with #616C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616C2B; }
p { color: rgb(97,108,43); }
H1.HeaderClassName
{
color: #616C2B;
}
.AnyTagClassName
{
color: #616C2B;
}
</style>
background-color css
<style>
a { background-color: #616C2B; }
a { background-color: rgb(97,108,43); }
div.DivClassName
{
background-color: #616C2B;
}
.BgClassName
{
background-color: #616C2B;
}
</style>
border-color css
<style>
span { border-color: #616C2B; }
span { border-color: rgb(97,108,43); }
td.TdClassName
{
border-color: #616C2B;
}
.TagClassName
{
border-color: #616C2B;
}
</style>