Shades of Rain Forest #6E7E3C
Tints of Rain Forest #6E7E3C
RGB
CMYK
RGB Variations
Color information
#6E7E3C (or 0x6E7E3C) is known color: Rain Forest. HEX triplet: 6E, 7E and 3C. RGB value is (110,126,60). Sum of RGB (Red+Green+Blue) = 110+126+60=296 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.16% from 296); Green value is 126 (49.61% from 255 or 42.57% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 126 - color contains mainly: green. Hex color #6E7E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7E3C is #9181C3. Grayscale: #717171. Windows color (decimal): -9535940 or 3964526. OLE color: 3964526.
HSL color Cylindrical-coordinate representation of color #6E7E3C: hue angle of 74.55º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6E7E3C is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 126 | 60 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.51 |
| HSL | 74.55º | 0.35% | 0.36% | - |
| HSV(B) | 74.55º | 0.52% | 0.49% | - |
| XYZ | 14.71 | 18.56 | 7.08 | - |
| YUV | 113.69 | 97.7 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 126 | 60 | 0.13 | 0 | 0.52 | 0.51 | 74.55 | 0.35 | 0.36 |
| Hex | 6E | 7E | 3C | D | 0 | 34 | 33 | 4B | 23 | 24 |
| Octal | 156 | 176 | 74 | 15 | 0 | 64 | 63 | 113 | 43 | 44 |
| Binary | 1101110 | 1111110 | 111100 | 1101 | 0 | 110100 | 110011 | 1001011 | 100011 | 100100 |
Color Harmonies of #6E7E3C
Complementary color
Monochromatic Colors of #6E7E3C
Black with #6E7E3C
Text Example
Text Example
White with #6E7E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7E3C; }
p { color: rgb(110,126,60); }
H1.HeaderClassName
{
color: #6E7E3C;
}
.AnyTagClassName
{
color: #6E7E3C;
}
</style>
background-color css
<style>
a { background-color: #6E7E3C; }
a { background-color: rgb(110,126,60); }
div.DivClassName
{
background-color: #6E7E3C;
}
.BgClassName
{
background-color: #6E7E3C;
}
</style>
border-color css
<style>
span { border-color: #6E7E3C; }
span { border-color: rgb(110,126,60); }
td.TdClassName
{
border-color: #6E7E3C;
}
.TagClassName
{
border-color: #6E7E3C;
}
</style>