Shades of Rain Forest #61712E
Tints of Rain Forest #61712E
RGB
CMYK
RGB Variations
Color information
#61712E (or 0x61712E) is known color: Rain Forest. HEX triplet: 61, 71 and 2E. RGB value is (97,113,46). Sum of RGB (Red+Green+Blue) = 97+113+46=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 113 - color contains mainly: green. Hex color #61712E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61712E is #9E8ED1. Grayscale: #646464. Windows color (decimal): -10391250 or 3043681. OLE color: 3043681.
HSL color Cylindrical-coordinate representation of color #61712E: hue angle of 74.33º degrees, saturation: 0.42, 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 #61712E is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 113 | 46 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.56 |
| HSL | 74.33º | 0.42% | 0.31% | - |
| HSV(B) | 74.33º | 0.59% | 0.44% | - |
| XYZ | 11.33 | 14.55 | 4.8 | - |
| YUV | 100.58 | 97.2 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 113 | 46 | 0.14 | 0 | 0.59 | 0.56 | 74.33 | 0.42 | 0.31 |
| Hex | 61 | 71 | 2E | E | 0 | 3B | 38 | 4A | 2A | 1F |
| Octal | 141 | 161 | 56 | 16 | 0 | 73 | 70 | 112 | 52 | 37 |
| Binary | 1100001 | 1110001 | 101110 | 1110 | 0 | 111011 | 111000 | 1001010 | 101010 | 11111 |
Color Harmonies of #61712E
Complementary color
Monochromatic Colors of #61712E
Black with #61712E
Text Example
Text Example
White with #61712E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61712E; }
p { color: rgb(97,113,46); }
H1.HeaderClassName
{
color: #61712E;
}
.AnyTagClassName
{
color: #61712E;
}
</style>
background-color css
<style>
a { background-color: #61712E; }
a { background-color: rgb(97,113,46); }
div.DivClassName
{
background-color: #61712E;
}
.BgClassName
{
background-color: #61712E;
}
</style>
border-color css
<style>
span { border-color: #61712E; }
span { border-color: rgb(97,113,46); }
td.TdClassName
{
border-color: #61712E;
}
.TagClassName
{
border-color: #61712E;
}
</style>