Shades of Rain Forest #6E7538
Tints of Rain Forest #6E7538
RGB
CMYK
RGB Variations
Color information
#6E7538 (or 0x6E7538) is known color: Rain Forest. HEX triplet: 6E, 75 and 38. RGB value is (110,117,56). Sum of RGB (Red+Green+Blue) = 110+117+56=283 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.87% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 117 - color contains mainly: green. Hex color #6E7538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7538 is #918AC7. Grayscale: #6C6C6C. Windows color (decimal): -9538248 or 3700078. OLE color: 3700078.
HSL color Cylindrical-coordinate representation of color #6E7538: hue angle of 66.89º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6E7538 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 117 | 56 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.54 |
| HSL | 66.89º | 0.35% | 0.34% | - |
| HSV(B) | 66.89º | 0.52% | 0.46% | - |
| XYZ | 13.51 | 16.32 | 6.18 | - |
| YUV | 107.95 | 98.68 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 117 | 56 | 0.06 | 0 | 0.52 | 0.54 | 66.89 | 0.35 | 0.34 |
| Hex | 6E | 75 | 38 | 6 | 0 | 34 | 36 | 43 | 23 | 22 |
| Octal | 156 | 165 | 70 | 6 | 0 | 64 | 66 | 103 | 43 | 42 |
| Binary | 1101110 | 1110101 | 111000 | 110 | 0 | 110100 | 110110 | 1000011 | 100011 | 100010 |
Color Harmonies of #6E7538
Complementary color
Monochromatic Colors of #6E7538
Black with #6E7538
Text Example
Text Example
White with #6E7538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7538; }
p { color: rgb(110,117,56); }
H1.HeaderClassName
{
color: #6E7538;
}
.AnyTagClassName
{
color: #6E7538;
}
</style>
background-color css
<style>
a { background-color: #6E7538; }
a { background-color: rgb(110,117,56); }
div.DivClassName
{
background-color: #6E7538;
}
.BgClassName
{
background-color: #6E7538;
}
</style>
border-color css
<style>
span { border-color: #6E7538; }
span { border-color: rgb(110,117,56); }
td.TdClassName
{
border-color: #6E7538;
}
.TagClassName
{
border-color: #6E7538;
}
</style>