Shades of Rain Forest #62762A
Tints of Rain Forest #62762A
RGB
CMYK
RGB Variations
Color information
#62762A (or 0x62762A) is known color: Rain Forest. HEX triplet: 62, 76 and 2A. RGB value is (98,118,42). Sum of RGB (Red+Green+Blue) = 98+118+42=258 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.98% from 258); Green value is 118 (46.48% from 255 or 45.74% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 118 - color contains mainly: green. Hex color #62762A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62762A is #9D89D5. Grayscale: #676767. Windows color (decimal): -10324438 or 2782818. OLE color: 2782818.
HSL color Cylindrical-coordinate representation of color #62762A: hue angle of 75.79º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #62762A is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 98 | 118 | 42 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.54 |
| HSL | 75.79º | 0.48% | 0.31% | - |
| HSV(B) | 75.79º | 0.64% | 0.46% | - |
| XYZ | 11.93 | 15.72 | 4.6 | - |
| YUV | 103.36 | 93.37 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 118 | 42 | 0.17 | 0 | 0.64 | 0.54 | 75.79 | 0.48 | 0.31 |
| Hex | 62 | 76 | 2A | 11 | 0 | 40 | 36 | 4C | 30 | 1F |
| Octal | 142 | 166 | 52 | 21 | 0 | 100 | 66 | 114 | 60 | 37 |
| Binary | 1100010 | 1110110 | 101010 | 10001 | 0 | 1000000 | 110110 | 1001100 | 110000 | 11111 |
Color Harmonies of #62762A
Complementary color
Monochromatic Colors of #62762A
Black with #62762A
Text Example
Text Example
White with #62762A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62762A; }
p { color: rgb(98,118,42); }
H1.HeaderClassName
{
color: #62762A;
}
.AnyTagClassName
{
color: #62762A;
}
</style>
background-color css
<style>
a { background-color: #62762A; }
a { background-color: rgb(98,118,42); }
div.DivClassName
{
background-color: #62762A;
}
.BgClassName
{
background-color: #62762A;
}
</style>
border-color css
<style>
span { border-color: #62762A; }
span { border-color: rgb(98,118,42); }
td.TdClassName
{
border-color: #62762A;
}
.TagClassName
{
border-color: #62762A;
}
</style>