Shades of Rain Forest #6E743B
Tints of Rain Forest #6E743B
RGB
CMYK
RGB Variations
Color information
#6E743B (or 0x6E743B) is known color: Rain Forest. HEX triplet: 6E, 74 and 3B. RGB value is (110,116,59). Sum of RGB (Red+Green+Blue) = 110+116+59=285 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.60% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 116 - color contains mainly: green. Hex color #6E743B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E743B is #918BC4. Grayscale: #6B6B6B. Windows color (decimal): -9538501 or 3896430. OLE color: 3896430.
HSL color Cylindrical-coordinate representation of color #6E743B: hue angle of 66.32º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E743B is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 116 | 59 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.55 |
| HSL | 66.32º | 0.33% | 0.34% | - |
| HSV(B) | 66.32º | 0.49% | 0.45% | - |
| XYZ | 13.47 | 16.12 | 6.54 | - |
| YUV | 107.71 | 100.51 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 116 | 59 | 0.05 | 0 | 0.49 | 0.55 | 66.32 | 0.33 | 0.34 |
| Hex | 6E | 74 | 3B | 5 | 0 | 31 | 37 | 42 | 21 | 22 |
| Octal | 156 | 164 | 73 | 5 | 0 | 61 | 67 | 102 | 41 | 42 |
| Binary | 1101110 | 1110100 | 111011 | 101 | 0 | 110001 | 110111 | 1000010 | 100001 | 100010 |
Color Harmonies of #6E743B
Complementary color
Monochromatic Colors of #6E743B
Black with #6E743B
Text Example
Text Example
White with #6E743B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E743B; }
p { color: rgb(110,116,59); }
H1.HeaderClassName
{
color: #6E743B;
}
.AnyTagClassName
{
color: #6E743B;
}
</style>
background-color css
<style>
a { background-color: #6E743B; }
a { background-color: rgb(110,116,59); }
div.DivClassName
{
background-color: #6E743B;
}
.BgClassName
{
background-color: #6E743B;
}
</style>
border-color css
<style>
span { border-color: #6E743B; }
span { border-color: rgb(110,116,59); }
td.TdClassName
{
border-color: #6E743B;
}
.TagClassName
{
border-color: #6E743B;
}
</style>