Shades of Rain Forest #6E741E
Tints of Rain Forest #6E741E
RGB
CMYK
RGB Variations
Color information
#6E741E (or 0x6E741E) is known color: Rain Forest. HEX triplet: 6E, 74 and 1E. RGB value is (110,116,30). Sum of RGB (Red+Green+Blue) = 110+116+30=256 (33% of max value = 765). Red value is 110 (43.36% from 255 or 42.97% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 116 - color contains mainly: green. Hex color #6E741E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E741E is #918BE1. Grayscale: #686868. Windows color (decimal): -9538530 or 1995886. OLE color: 1995886.
HSL color Cylindrical-coordinate representation of color #6E741E: hue angle of 64.19º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E741E is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 116 | 30 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.55 |
| HSL | 64.19º | 0.59% | 0.29% | - |
| HSV(B) | 64.19º | 0.74% | 0.45% | - |
| XYZ | 12.91 | 15.9 | 3.62 | - |
| YUV | 104.4 | 86.01 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 116 | 30 | 0.05 | 0 | 0.74 | 0.55 | 64.19 | 0.59 | 0.29 |
| Hex | 6E | 74 | 1E | 5 | 0 | 4A | 37 | 40 | 3B | 1D |
| Octal | 156 | 164 | 36 | 5 | 0 | 112 | 67 | 100 | 73 | 35 |
| Binary | 1101110 | 1110100 | 11110 | 101 | 0 | 1001010 | 110111 | 1000000 | 111011 | 11101 |
Color Harmonies of #6E741E
Complementary color
Monochromatic Colors of #6E741E
Black with #6E741E
Text Example
Text Example
White with #6E741E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E741E; }
p { color: rgb(110,116,30); }
H1.HeaderClassName
{
color: #6E741E;
}
.AnyTagClassName
{
color: #6E741E;
}
</style>
background-color css
<style>
a { background-color: #6E741E; }
a { background-color: rgb(110,116,30); }
div.DivClassName
{
background-color: #6E741E;
}
.BgClassName
{
background-color: #6E741E;
}
</style>
border-color css
<style>
span { border-color: #6E741E; }
span { border-color: rgb(110,116,30); }
td.TdClassName
{
border-color: #6E741E;
}
.TagClassName
{
border-color: #6E741E;
}
</style>