Shades of Rain Forest #61772C
Tints of Rain Forest #61772C
RGB
CMYK
RGB Variations
Color information
#61772C (or 0x61772C) is known color: Rain Forest. HEX triplet: 61, 77 and 2C. RGB value is (97,119,44). Sum of RGB (Red+Green+Blue) = 97+119+44=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 119 - color contains mainly: green. Hex color #61772C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61772C is #9E88D3. Grayscale: #686868. Windows color (decimal): -10389716 or 2914145. OLE color: 2914145.
HSL color Cylindrical-coordinate representation of color #61772C: hue angle of 77.6º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #61772C is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 97 | 119 | 44 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.53 |
| HSL | 77.6º | 0.46% | 0.32% | - |
| HSV(B) | 77.6º | 0.63% | 0.47% | - |
| XYZ | 11.98 | 15.92 | 4.82 | - |
| YUV | 103.87 | 94.21 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 119 | 44 | 0.18 | 0 | 0.63 | 0.53 | 77.6 | 0.46 | 0.32 |
| Hex | 61 | 77 | 2C | 12 | 0 | 3F | 35 | 4E | 2E | 20 |
| Octal | 141 | 167 | 54 | 22 | 0 | 77 | 65 | 116 | 56 | 40 |
| Binary | 1100001 | 1110111 | 101100 | 10010 | 0 | 111111 | 110101 | 1001110 | 101110 | 100000 |
Color Harmonies of #61772C
Complementary color
Monochromatic Colors of #61772C
Black with #61772C
Text Example
Text Example
White with #61772C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61772C; }
p { color: rgb(97,119,44); }
H1.HeaderClassName
{
color: #61772C;
}
.AnyTagClassName
{
color: #61772C;
}
</style>
background-color css
<style>
a { background-color: #61772C; }
a { background-color: rgb(97,119,44); }
div.DivClassName
{
background-color: #61772C;
}
.BgClassName
{
background-color: #61772C;
}
</style>
border-color css
<style>
span { border-color: #61772C; }
span { border-color: rgb(97,119,44); }
td.TdClassName
{
border-color: #61772C;
}
.TagClassName
{
border-color: #61772C;
}
</style>