Shades of Rain Forest #62672F
Tints of Rain Forest #62672F
RGB
CMYK
RGB Variations
Color information
#62672F (or 0x62672F) is known color: Rain Forest. HEX triplet: 62, 67 and 2F. RGB value is (98,103,47). Sum of RGB (Red+Green+Blue) = 98+103+47=248 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.52% from 248); Green value is 103 (40.62% from 255 or 41.53% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 103 - color contains mainly: green. Hex color #62672F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62672F is #9D98D0. Grayscale: #5F5F5F. Windows color (decimal): -10328273 or 3106658. OLE color: 3106658.
HSL color Cylindrical-coordinate representation of color #62672F: hue angle of 65.36º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #62672F is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 103 | 47 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.60 |
| HSL | 65.36º | 0.37% | 0.29% | - |
| HSV(B) | 65.36º | 0.54% | 0.4% | - |
| XYZ | 10.4 | 12.5 | 4.55 | - |
| YUV | 95.12 | 100.84 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 103 | 47 | 0.05 | 0 | 0.54 | 0.60 | 65.36 | 0.37 | 0.29 |
| Hex | 62 | 67 | 2F | 5 | 0 | 36 | 3C | 41 | 25 | 1D |
| Octal | 142 | 147 | 57 | 5 | 0 | 66 | 74 | 101 | 45 | 35 |
| Binary | 1100010 | 1100111 | 101111 | 101 | 0 | 110110 | 111100 | 1000001 | 100101 | 11101 |
Color Harmonies of #62672F
Complementary color
Monochromatic Colors of #62672F
Black with #62672F
Text Example
Text Example
White with #62672F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62672F; }
p { color: rgb(98,103,47); }
H1.HeaderClassName
{
color: #62672F;
}
.AnyTagClassName
{
color: #62672F;
}
</style>
background-color css
<style>
a { background-color: #62672F; }
a { background-color: rgb(98,103,47); }
div.DivClassName
{
background-color: #62672F;
}
.BgClassName
{
background-color: #62672F;
}
</style>
border-color css
<style>
span { border-color: #62672F; }
span { border-color: rgb(98,103,47); }
td.TdClassName
{
border-color: #62672F;
}
.TagClassName
{
border-color: #62672F;
}
</style>