Shades of Rain Forest #6E732F
Tints of Rain Forest #6E732F
RGB
CMYK
RGB Variations
Color information
#6E732F (or 0x6E732F) is known color: Rain Forest. HEX triplet: 6E, 73 and 2F. RGB value is (110,115,47). Sum of RGB (Red+Green+Blue) = 110+115+47=272 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.44% from 272); Green value is 115 (45.31% from 255 or 42.28% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 115 - color contains mainly: green. Hex color #6E732F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E732F is #918CD0. Grayscale: #6A6A6A. Windows color (decimal): -9538769 or 3109742. OLE color: 3109742.
HSL color Cylindrical-coordinate representation of color #6E732F: hue angle of 64.41º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6E732F is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 115 | 47 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.55 |
| HSL | 64.41º | 0.42% | 0.32% | - |
| HSV(B) | 64.41º | 0.59% | 0.45% | - |
| XYZ | 13.07 | 15.78 | 5.05 | - |
| YUV | 105.75 | 94.84 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 115 | 47 | 0.04 | 0 | 0.59 | 0.55 | 64.41 | 0.42 | 0.32 |
| Hex | 6E | 73 | 2F | 4 | 0 | 3B | 37 | 40 | 2A | 20 |
| Octal | 156 | 163 | 57 | 4 | 0 | 73 | 67 | 100 | 52 | 40 |
| Binary | 1101110 | 1110011 | 101111 | 100 | 0 | 111011 | 110111 | 1000000 | 101010 | 100000 |
Color Harmonies of #6E732F
Complementary color
Monochromatic Colors of #6E732F
Black with #6E732F
Text Example
Text Example
White with #6E732F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E732F; }
p { color: rgb(110,115,47); }
H1.HeaderClassName
{
color: #6E732F;
}
.AnyTagClassName
{
color: #6E732F;
}
</style>
background-color css
<style>
a { background-color: #6E732F; }
a { background-color: rgb(110,115,47); }
div.DivClassName
{
background-color: #6E732F;
}
.BgClassName
{
background-color: #6E732F;
}
</style>
border-color css
<style>
span { border-color: #6E732F; }
span { border-color: rgb(110,115,47); }
td.TdClassName
{
border-color: #6E732F;
}
.TagClassName
{
border-color: #6E732F;
}
</style>