Shades of Rain Forest #61762C
Tints of Rain Forest #61762C
RGB
CMYK
RGB Variations
Color information
#61762C (or 0x61762C) is known color: Rain Forest. HEX triplet: 61, 76 and 2C. RGB value is (97,118,44). Sum of RGB (Red+Green+Blue) = 97+118+44=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 118 - color contains mainly: green. Hex color #61762C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61762C is #9E89D3. Grayscale: #676767. Windows color (decimal): -10389972 or 2913889. OLE color: 2913889.
HSL color Cylindrical-coordinate representation of color #61762C: hue angle of 77.03º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #61762C is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 97 | 118 | 44 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.54 |
| HSL | 77.03º | 0.46% | 0.32% | - |
| HSV(B) | 77.03º | 0.63% | 0.46% | - |
| XYZ | 11.86 | 15.68 | 4.78 | - |
| YUV | 103.29 | 94.54 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 118 | 44 | 0.18 | 0 | 0.63 | 0.54 | 77.03 | 0.46 | 0.32 |
| Hex | 61 | 76 | 2C | 12 | 0 | 3F | 36 | 4D | 2E | 20 |
| Octal | 141 | 166 | 54 | 22 | 0 | 77 | 66 | 115 | 56 | 40 |
| Binary | 1100001 | 1110110 | 101100 | 10010 | 0 | 111111 | 110110 | 1001101 | 101110 | 100000 |
Color Harmonies of #61762C
Complementary color
Monochromatic Colors of #61762C
Black with #61762C
Text Example
Text Example
White with #61762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61762C; }
p { color: rgb(97,118,44); }
H1.HeaderClassName
{
color: #61762C;
}
.AnyTagClassName
{
color: #61762C;
}
</style>
background-color css
<style>
a { background-color: #61762C; }
a { background-color: rgb(97,118,44); }
div.DivClassName
{
background-color: #61762C;
}
.BgClassName
{
background-color: #61762C;
}
</style>
border-color css
<style>
span { border-color: #61762C; }
span { border-color: rgb(97,118,44); }
td.TdClassName
{
border-color: #61762C;
}
.TagClassName
{
border-color: #61762C;
}
</style>