Shades of Rain Forest #6E7E3B
Tints of Rain Forest #6E7E3B
RGB
CMYK
RGB Variations
Color information
#6E7E3B (or 0x6E7E3B) is known color: Rain Forest. HEX triplet: 6E, 7E and 3B. RGB value is (110,126,59). Sum of RGB (Red+Green+Blue) = 110+126+59=295 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.29% from 295); Green value is 126 (49.61% from 255 or 42.71% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 126 - color contains mainly: green. Hex color #6E7E3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7E3B is #9181C4. Grayscale: #717171. Windows color (decimal): -9535941 or 3898990. OLE color: 3898990.
HSL color Cylindrical-coordinate representation of color #6E7E3B: hue angle of 74.33º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E7E3B is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 126 | 59 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.51 |
| HSL | 74.33º | 0.36% | 0.36% | - |
| HSV(B) | 74.33º | 0.53% | 0.49% | - |
| XYZ | 14.68 | 18.55 | 6.94 | - |
| YUV | 113.58 | 97.2 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 126 | 59 | 0.13 | 0 | 0.53 | 0.51 | 74.33 | 0.36 | 0.36 |
| Hex | 6E | 7E | 3B | D | 0 | 35 | 33 | 4A | 24 | 24 |
| Octal | 156 | 176 | 73 | 15 | 0 | 65 | 63 | 112 | 44 | 44 |
| Binary | 1101110 | 1111110 | 111011 | 1101 | 0 | 110101 | 110011 | 1001010 | 100100 | 100100 |
Color Harmonies of #6E7E3B
Complementary color
Monochromatic Colors of #6E7E3B
Black with #6E7E3B
Text Example
Text Example
White with #6E7E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7E3B; }
p { color: rgb(110,126,59); }
H1.HeaderClassName
{
color: #6E7E3B;
}
.AnyTagClassName
{
color: #6E7E3B;
}
</style>
background-color css
<style>
a { background-color: #6E7E3B; }
a { background-color: rgb(110,126,59); }
div.DivClassName
{
background-color: #6E7E3B;
}
.BgClassName
{
background-color: #6E7E3B;
}
</style>
border-color css
<style>
span { border-color: #6E7E3B; }
span { border-color: rgb(110,126,59); }
td.TdClassName
{
border-color: #6E7E3B;
}
.TagClassName
{
border-color: #6E7E3B;
}
</style>