Shades of Rain Forest #616D33
Tints of Rain Forest #616D33
RGB
CMYK
RGB Variations
Color information
#616D33 (or 0x616D33) is known color: Rain Forest. HEX triplet: 61, 6D and 33. RGB value is (97,109,51). Sum of RGB (Red+Green+Blue) = 97+109+51=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 109 (42.97% from 255 or 42.41% from 257); Blue value is 51 (20.31% from 255 or 19.84% from 257); Max value from RGB is 109 - color contains mainly: green. Hex color #616D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616D33 is #9E92CC. Grayscale: #636363. Windows color (decimal): -10392269 or 3370337. OLE color: 3370337.
HSL color Cylindrical-coordinate representation of color #616D33: hue angle of 72.41º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #616D33 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 109 | 51 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.57 |
| HSL | 72.41º | 0.36% | 0.31% | - |
| HSV(B) | 72.41º | 0.53% | 0.43% | - |
| XYZ | 11 | 13.72 | 5.2 | - |
| YUV | 98.8 | 101.02 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 109 | 51 | 0.11 | 0 | 0.53 | 0.57 | 72.41 | 0.36 | 0.31 |
| Hex | 61 | 6D | 33 | B | 0 | 35 | 39 | 48 | 24 | 1F |
| Octal | 141 | 155 | 63 | 13 | 0 | 65 | 71 | 110 | 44 | 37 |
| Binary | 1100001 | 1101101 | 110011 | 1011 | 0 | 110101 | 111001 | 1001000 | 100100 | 11111 |
Color Harmonies of #616D33
Complementary color
Monochromatic Colors of #616D33
Black with #616D33
Text Example
Text Example
White with #616D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616D33; }
p { color: rgb(97,109,51); }
H1.HeaderClassName
{
color: #616D33;
}
.AnyTagClassName
{
color: #616D33;
}
</style>
background-color css
<style>
a { background-color: #616D33; }
a { background-color: rgb(97,109,51); }
div.DivClassName
{
background-color: #616D33;
}
.BgClassName
{
background-color: #616D33;
}
</style>
border-color css
<style>
span { border-color: #616D33; }
span { border-color: rgb(97,109,51); }
td.TdClassName
{
border-color: #616D33;
}
.TagClassName
{
border-color: #616D33;
}
</style>