Shades of Rain Forest #6E7231
Tints of Rain Forest #6E7231
RGB
CMYK
RGB Variations
Color information
#6E7231 (or 0x6E7231) is known color: Rain Forest. HEX triplet: 6E, 72 and 31. RGB value is (110,114,49). Sum of RGB (Red+Green+Blue) = 110+114+49=273 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.29% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 114 - color contains mainly: green. Hex color #6E7231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7231 is #918DCE. Grayscale: #696969. Windows color (decimal): -9539023 or 3240558. OLE color: 3240558.
HSL color Cylindrical-coordinate representation of color #6E7231: hue angle of 63.69º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E7231 is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 114 | 49 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.55 |
| HSL | 63.69º | 0.4% | 0.32% | - |
| HSV(B) | 63.69º | 0.57% | 0.45% | - |
| XYZ | 13 | 15.57 | 5.23 | - |
| YUV | 105.39 | 96.17 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 114 | 49 | 0.04 | 0 | 0.57 | 0.55 | 63.69 | 0.4 | 0.32 |
| Hex | 6E | 72 | 31 | 4 | 0 | 39 | 37 | 40 | 28 | 20 |
| Octal | 156 | 162 | 61 | 4 | 0 | 71 | 67 | 100 | 50 | 40 |
| Binary | 1101110 | 1110010 | 110001 | 100 | 0 | 111001 | 110111 | 1000000 | 101000 | 100000 |
Color Harmonies of #6E7231
Complementary color
Monochromatic Colors of #6E7231
Black with #6E7231
Text Example
Text Example
White with #6E7231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7231; }
p { color: rgb(110,114,49); }
H1.HeaderClassName
{
color: #6E7231;
}
.AnyTagClassName
{
color: #6E7231;
}
</style>
background-color css
<style>
a { background-color: #6E7231; }
a { background-color: rgb(110,114,49); }
div.DivClassName
{
background-color: #6E7231;
}
.BgClassName
{
background-color: #6E7231;
}
</style>
border-color css
<style>
span { border-color: #6E7231; }
span { border-color: rgb(110,114,49); }
td.TdClassName
{
border-color: #6E7231;
}
.TagClassName
{
border-color: #6E7231;
}
</style>