Shades of Rain Forest #6E7634
Tints of Rain Forest #6E7634
RGB
CMYK
RGB Variations
Color information
#6E7634 (or 0x6E7634) is known color: Rain Forest. HEX triplet: 6E, 76 and 34. RGB value is (110,118,52). Sum of RGB (Red+Green+Blue) = 110+118+52=280 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.29% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 118 - color contains mainly: green. Hex color #6E7634 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7634 is #9189CB. Grayscale: #6C6C6C. Windows color (decimal): -9537996 or 3438190. OLE color: 3438190.
HSL color Cylindrical-coordinate representation of color #6E7634: hue angle of 67.27º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E7634 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 118 | 52 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.54 |
| HSL | 67.27º | 0.39% | 0.33% | - |
| HSV(B) | 67.27º | 0.56% | 0.46% | - |
| XYZ | 13.53 | 16.52 | 5.72 | - |
| YUV | 108.08 | 96.35 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 118 | 52 | 0.07 | 0 | 0.56 | 0.54 | 67.27 | 0.39 | 0.33 |
| Hex | 6E | 76 | 34 | 7 | 0 | 38 | 36 | 43 | 27 | 21 |
| Octal | 156 | 166 | 64 | 7 | 0 | 70 | 66 | 103 | 47 | 41 |
| Binary | 1101110 | 1110110 | 110100 | 111 | 0 | 111000 | 110110 | 1000011 | 100111 | 100001 |
Color Harmonies of #6E7634
Complementary color
Monochromatic Colors of #6E7634
Black with #6E7634
Text Example
Text Example
White with #6E7634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7634; }
p { color: rgb(110,118,52); }
H1.HeaderClassName
{
color: #6E7634;
}
.AnyTagClassName
{
color: #6E7634;
}
</style>
background-color css
<style>
a { background-color: #6E7634; }
a { background-color: rgb(110,118,52); }
div.DivClassName
{
background-color: #6E7634;
}
.BgClassName
{
background-color: #6E7634;
}
</style>
border-color css
<style>
span { border-color: #6E7634; }
span { border-color: rgb(110,118,52); }
td.TdClassName
{
border-color: #6E7634;
}
.TagClassName
{
border-color: #6E7634;
}
</style>