Shades of Rain Forest #6E783C
Tints of Rain Forest #6E783C
RGB
CMYK
RGB Variations
Color information
#6E783C (or 0x6E783C) is known color: Rain Forest. HEX triplet: 6E, 78 and 3C. RGB value is (110,120,60). Sum of RGB (Red+Green+Blue) = 110+120+60=290 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.93% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 120 - color contains mainly: green. Hex color #6E783C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E783C is #9187C3. Grayscale: #6E6E6E. Windows color (decimal): -9537476 or 3962990. OLE color: 3962990.
HSL color Cylindrical-coordinate representation of color #6E783C: hue angle of 70º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E783C is Cyan = 0.08, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 120 | 60 | - |
| CMYK | 0.08 | 0 | 0.5 | 0.53 |
| HSL | 70º | 0.33% | 0.35% | - |
| HSV(B) | 70º | 0.5% | 0.47% | - |
| XYZ | 13.96 | 17.07 | 6.83 | - |
| YUV | 110.17 | 99.69 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 120 | 60 | 0.08 | 0 | 0.5 | 0.53 | 70 | 0.33 | 0.35 |
| Hex | 6E | 78 | 3C | 8 | 0 | 32 | 35 | 46 | 21 | 23 |
| Octal | 156 | 170 | 74 | 10 | 0 | 62 | 65 | 106 | 41 | 43 |
| Binary | 1101110 | 1111000 | 111100 | 1000 | 0 | 110010 | 110101 | 1000110 | 100001 | 100011 |
Color Harmonies of #6E783C
Complementary color
Monochromatic Colors of #6E783C
Black with #6E783C
Text Example
Text Example
White with #6E783C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E783C; }
p { color: rgb(110,120,60); }
H1.HeaderClassName
{
color: #6E783C;
}
.AnyTagClassName
{
color: #6E783C;
}
</style>
background-color css
<style>
a { background-color: #6E783C; }
a { background-color: rgb(110,120,60); }
div.DivClassName
{
background-color: #6E783C;
}
.BgClassName
{
background-color: #6E783C;
}
</style>
border-color css
<style>
span { border-color: #6E783C; }
span { border-color: rgb(110,120,60); }
td.TdClassName
{
border-color: #6E783C;
}
.TagClassName
{
border-color: #6E783C;
}
</style>