Shades of Rain Forest #6E7238
Tints of Rain Forest #6E7238
RGB
CMYK
RGB Variations
Color information
#6E7238 (or 0x6E7238) is known color: Rain Forest. HEX triplet: 6E, 72 and 38. RGB value is (110,114,56). Sum of RGB (Red+Green+Blue) = 110+114+56=280 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.29% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 114 - color contains mainly: green. Hex color #6E7238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7238 is #918DC7. Grayscale: #6A6A6A. Windows color (decimal): -9539016 or 3699310. OLE color: 3699310.
HSL color Cylindrical-coordinate representation of color #6E7238: hue angle of 64.14º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6E7238 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 114 | 56 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.55 |
| HSL | 64.14º | 0.34% | 0.33% | - |
| HSV(B) | 64.14º | 0.51% | 0.45% | - |
| XYZ | 13.16 | 15.64 | 6.07 | - |
| YUV | 106.19 | 99.67 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 114 | 56 | 0.04 | 0 | 0.51 | 0.55 | 64.14 | 0.34 | 0.33 |
| Hex | 6E | 72 | 38 | 4 | 0 | 33 | 37 | 40 | 22 | 21 |
| Octal | 156 | 162 | 70 | 4 | 0 | 63 | 67 | 100 | 42 | 41 |
| Binary | 1101110 | 1110010 | 111000 | 100 | 0 | 110011 | 110111 | 1000000 | 100010 | 100001 |
Color Harmonies of #6E7238
Complementary color
Monochromatic Colors of #6E7238
Black with #6E7238
Text Example
Text Example
White with #6E7238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7238; }
p { color: rgb(110,114,56); }
H1.HeaderClassName
{
color: #6E7238;
}
.AnyTagClassName
{
color: #6E7238;
}
</style>
background-color css
<style>
a { background-color: #6E7238; }
a { background-color: rgb(110,114,56); }
div.DivClassName
{
background-color: #6E7238;
}
.BgClassName
{
background-color: #6E7238;
}
</style>
border-color css
<style>
span { border-color: #6E7238; }
span { border-color: rgb(110,114,56); }
td.TdClassName
{
border-color: #6E7238;
}
.TagClassName
{
border-color: #6E7238;
}
</style>