Shades of Rain Forest #61792D
Tints of Rain Forest #61792D
RGB
CMYK
RGB Variations
Color information
#61792D (or 0x61792D) is known color: Rain Forest. HEX triplet: 61, 79 and 2D. RGB value is (97,121,45). Sum of RGB (Red+Green+Blue) = 97+121+45=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 121 - color contains mainly: green. Hex color #61792D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61792D is #9E86D2. Grayscale: #696969. Windows color (decimal): -10389203 or 2980193. OLE color: 2980193.
HSL color Cylindrical-coordinate representation of color #61792D: hue angle of 78.95º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #61792D is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 97 | 121 | 45 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.53 |
| HSL | 78.95º | 0.46% | 0.33% | - |
| HSV(B) | 78.95º | 0.63% | 0.47% | - |
| XYZ | 12.24 | 16.41 | 5 | - |
| YUV | 105.16 | 94.05 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 121 | 45 | 0.20 | 0 | 0.63 | 0.53 | 78.95 | 0.46 | 0.33 |
| Hex | 61 | 79 | 2D | 14 | 0 | 3F | 35 | 4F | 2E | 21 |
| Octal | 141 | 171 | 55 | 24 | 0 | 77 | 65 | 117 | 56 | 41 |
| Binary | 1100001 | 1111001 | 101101 | 10100 | 0 | 111111 | 110101 | 1001111 | 101110 | 100001 |
Color Harmonies of #61792D
Complementary color
Monochromatic Colors of #61792D
Black with #61792D
Text Example
Text Example
White with #61792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61792D; }
p { color: rgb(97,121,45); }
H1.HeaderClassName
{
color: #61792D;
}
.AnyTagClassName
{
color: #61792D;
}
</style>
background-color css
<style>
a { background-color: #61792D; }
a { background-color: rgb(97,121,45); }
div.DivClassName
{
background-color: #61792D;
}
.BgClassName
{
background-color: #61792D;
}
</style>
border-color css
<style>
span { border-color: #61792D; }
span { border-color: rgb(97,121,45); }
td.TdClassName
{
border-color: #61792D;
}
.TagClassName
{
border-color: #61792D;
}
</style>