Shades of Rain Forest #62702C
Tints of Rain Forest #62702C
RGB
CMYK
RGB Variations
Color information
#62702C (or 0x62702C) is known color: Rain Forest. HEX triplet: 62, 70 and 2C. RGB value is (98,112,44). Sum of RGB (Red+Green+Blue) = 98+112+44=254 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.58% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #62702C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62702C is #9D8FD3. Grayscale: #646464. Windows color (decimal): -10325972 or 2912354. OLE color: 2912354.
HSL color Cylindrical-coordinate representation of color #62702C: hue angle of 72.35º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #62702C is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 98 | 112 | 44 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.56 |
| HSL | 72.35º | 0.44% | 0.31% | - |
| HSV(B) | 72.35º | 0.61% | 0.44% | - |
| XYZ | 11.29 | 14.37 | 4.56 | - |
| YUV | 100.06 | 96.36 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 112 | 44 | 0.13 | 0 | 0.61 | 0.56 | 72.35 | 0.44 | 0.31 |
| Hex | 62 | 70 | 2C | D | 0 | 3D | 38 | 48 | 2C | 1F |
| Octal | 142 | 160 | 54 | 15 | 0 | 75 | 70 | 110 | 54 | 37 |
| Binary | 1100010 | 1110000 | 101100 | 1101 | 0 | 111101 | 111000 | 1001000 | 101100 | 11111 |
Color Harmonies of #62702C
Complementary color
Monochromatic Colors of #62702C
Black with #62702C
Text Example
Text Example
White with #62702C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62702C; }
p { color: rgb(98,112,44); }
H1.HeaderClassName
{
color: #62702C;
}
.AnyTagClassName
{
color: #62702C;
}
</style>
background-color css
<style>
a { background-color: #62702C; }
a { background-color: rgb(98,112,44); }
div.DivClassName
{
background-color: #62702C;
}
.BgClassName
{
background-color: #62702C;
}
</style>
border-color css
<style>
span { border-color: #62702C; }
span { border-color: rgb(98,112,44); }
td.TdClassName
{
border-color: #62702C;
}
.TagClassName
{
border-color: #62702C;
}
</style>