Shades of Rain Forest #61702A
Tints of Rain Forest #61702A
RGB
CMYK
RGB Variations
Color information
#61702A (or 0x61702A) is known color: Rain Forest. HEX triplet: 61, 70 and 2A. RGB value is (97,112,42). Sum of RGB (Red+Green+Blue) = 97+112+42=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #61702A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61702A is #9E8FD5. Grayscale: #636363. Windows color (decimal): -10391510 or 2781281. OLE color: 2781281.
HSL color Cylindrical-coordinate representation of color #61702A: hue angle of 72.86º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61702A is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 112 | 42 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.56 |
| HSL | 72.86º | 0.45% | 0.3% | - |
| HSV(B) | 72.86º | 0.63% | 0.44% | - |
| XYZ | 11.14 | 14.3 | 4.36 | - |
| YUV | 99.54 | 95.53 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 112 | 42 | 0.13 | 0 | 0.62 | 0.56 | 72.86 | 0.45 | 0.3 |
| Hex | 61 | 70 | 2A | D | 0 | 3E | 38 | 49 | 2D | 1E |
| Octal | 141 | 160 | 52 | 15 | 0 | 76 | 70 | 111 | 55 | 36 |
| Binary | 1100001 | 1110000 | 101010 | 1101 | 0 | 111110 | 111000 | 1001001 | 101101 | 11110 |
Color Harmonies of #61702A
Complementary color
Monochromatic Colors of #61702A
Black with #61702A
Text Example
Text Example
White with #61702A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61702A; }
p { color: rgb(97,112,42); }
H1.HeaderClassName
{
color: #61702A;
}
.AnyTagClassName
{
color: #61702A;
}
</style>
background-color css
<style>
a { background-color: #61702A; }
a { background-color: rgb(97,112,42); }
div.DivClassName
{
background-color: #61702A;
}
.BgClassName
{
background-color: #61702A;
}
</style>
border-color css
<style>
span { border-color: #61702A; }
span { border-color: rgb(97,112,42); }
td.TdClassName
{
border-color: #61702A;
}
.TagClassName
{
border-color: #61702A;
}
</style>