Shades of Rain Forest #62742D
Tints of Rain Forest #62742D
RGB
CMYK
RGB Variations
Color information
#62742D (or 0x62742D) is known color: Rain Forest. HEX triplet: 62, 74 and 2D. RGB value is (98,116,45). Sum of RGB (Red+Green+Blue) = 98+116+45=259 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.84% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 116 - color contains mainly: green. Hex color #62742D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62742D is #9D8BD2. Grayscale: #666666. Windows color (decimal): -10324947 or 2978914. OLE color: 2978914.
HSL color Cylindrical-coordinate representation of color #62742D: hue angle of 75.21º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #62742D is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 116 | 45 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.55 |
| HSL | 75.21º | 0.44% | 0.32% | - |
| HSV(B) | 75.21º | 0.61% | 0.45% | - |
| XYZ | 11.76 | 15.28 | 4.81 | - |
| YUV | 102.52 | 95.54 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 116 | 45 | 0.16 | 0 | 0.61 | 0.55 | 75.21 | 0.44 | 0.32 |
| Hex | 62 | 74 | 2D | 10 | 0 | 3D | 37 | 4B | 2C | 20 |
| Octal | 142 | 164 | 55 | 20 | 0 | 75 | 67 | 113 | 54 | 40 |
| Binary | 1100010 | 1110100 | 101101 | 10000 | 0 | 111101 | 110111 | 1001011 | 101100 | 100000 |
Color Harmonies of #62742D
Complementary color
Monochromatic Colors of #62742D
Black with #62742D
Text Example
Text Example
White with #62742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62742D; }
p { color: rgb(98,116,45); }
H1.HeaderClassName
{
color: #62742D;
}
.AnyTagClassName
{
color: #62742D;
}
</style>
background-color css
<style>
a { background-color: #62742D; }
a { background-color: rgb(98,116,45); }
div.DivClassName
{
background-color: #62742D;
}
.BgClassName
{
background-color: #62742D;
}
</style>
border-color css
<style>
span { border-color: #62742D; }
span { border-color: rgb(98,116,45); }
td.TdClassName
{
border-color: #62742D;
}
.TagClassName
{
border-color: #62742D;
}
</style>