Shades of Rain Forest #617A2B
Tints of Rain Forest #617A2B
RGB
CMYK
RGB Variations
Color information
#617A2B (or 0x617A2B) is known color: Rain Forest. HEX triplet: 61, 7A and 2B. RGB value is (97,122,43). Sum of RGB (Red+Green+Blue) = 97+122+43=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 122 (48.05% from 255 or 46.56% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 122 - color contains mainly: green. Hex color #617A2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617A2B is #9E85D4. Grayscale: #696969. Windows color (decimal): -10388949 or 2849377. OLE color: 2849377.
HSL color Cylindrical-coordinate representation of color #617A2B: hue angle of 78.99º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #617A2B is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 122 | 43 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.52 |
| HSL | 78.99º | 0.48% | 0.32% | - |
| HSV(B) | 78.99º | 0.65% | 0.48% | - |
| XYZ | 12.33 | 16.63 | 4.85 | - |
| YUV | 105.52 | 92.72 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 122 | 43 | 0.20 | 0 | 0.65 | 0.52 | 78.99 | 0.48 | 0.32 |
| Hex | 61 | 7A | 2B | 14 | 0 | 41 | 34 | 4F | 30 | 20 |
| Octal | 141 | 172 | 53 | 24 | 0 | 101 | 64 | 117 | 60 | 40 |
| Binary | 1100001 | 1111010 | 101011 | 10100 | 0 | 1000001 | 110100 | 1001111 | 110000 | 100000 |
Color Harmonies of #617A2B
Complementary color
Monochromatic Colors of #617A2B
Black with #617A2B
Text Example
Text Example
White with #617A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617A2B; }
p { color: rgb(97,122,43); }
H1.HeaderClassName
{
color: #617A2B;
}
.AnyTagClassName
{
color: #617A2B;
}
</style>
background-color css
<style>
a { background-color: #617A2B; }
a { background-color: rgb(97,122,43); }
div.DivClassName
{
background-color: #617A2B;
}
.BgClassName
{
background-color: #617A2B;
}
</style>
border-color css
<style>
span { border-color: #617A2B; }
span { border-color: rgb(97,122,43); }
td.TdClassName
{
border-color: #617A2B;
}
.TagClassName
{
border-color: #617A2B;
}
</style>