Shades of Rain Forest #6E742A
Tints of Rain Forest #6E742A
RGB
CMYK
RGB Variations
Color information
#6E742A (or 0x6E742A) is known color: Rain Forest. HEX triplet: 6E, 74 and 2A. RGB value is (110,116,42). Sum of RGB (Red+Green+Blue) = 110+116+42=268 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.04% from 268); Green value is 116 (45.70% from 255 or 43.28% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 116 - color contains mainly: green. Hex color #6E742A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E742A is #918BD5. Grayscale: #6A6A6A. Windows color (decimal): -9538518 or 2782318. OLE color: 2782318.
HSL color Cylindrical-coordinate representation of color #6E742A: hue angle of 64.86º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E742A is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 116 | 42 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.55 |
| HSL | 64.86º | 0.47% | 0.31% | - |
| HSV(B) | 64.86º | 0.64% | 0.45% | - |
| XYZ | 13.09 | 15.97 | 4.58 | - |
| YUV | 105.77 | 92.01 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 116 | 42 | 0.05 | 0 | 0.64 | 0.55 | 64.86 | 0.47 | 0.31 |
| Hex | 6E | 74 | 2A | 5 | 0 | 40 | 37 | 41 | 2F | 1F |
| Octal | 156 | 164 | 52 | 5 | 0 | 100 | 67 | 101 | 57 | 37 |
| Binary | 1101110 | 1110100 | 101010 | 101 | 0 | 1000000 | 110111 | 1000001 | 101111 | 11111 |
Color Harmonies of #6E742A
Complementary color
Monochromatic Colors of #6E742A
Black with #6E742A
Text Example
Text Example
White with #6E742A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E742A; }
p { color: rgb(110,116,42); }
H1.HeaderClassName
{
color: #6E742A;
}
.AnyTagClassName
{
color: #6E742A;
}
</style>
background-color css
<style>
a { background-color: #6E742A; }
a { background-color: rgb(110,116,42); }
div.DivClassName
{
background-color: #6E742A;
}
.BgClassName
{
background-color: #6E742A;
}
</style>
border-color css
<style>
span { border-color: #6E742A; }
span { border-color: rgb(110,116,42); }
td.TdClassName
{
border-color: #6E742A;
}
.TagClassName
{
border-color: #6E742A;
}
</style>