Shades of Rain Forest #6D7E3C
Tints of Rain Forest #6D7E3C
RGB
CMYK
RGB Variations
Color information
#6D7E3C (or 0x6D7E3C) is known color: Rain Forest. HEX triplet: 6D, 7E and 3C. RGB value is (109,126,60). Sum of RGB (Red+Green+Blue) = 109+126+60=295 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.95% from 295); Green value is 126 (49.61% from 255 or 42.71% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 126 - color contains mainly: green. Hex color #6D7E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7E3C is #9281C3. Grayscale: #717171. Windows color (decimal): -9601476 or 3964525. OLE color: 3964525.
HSL color Cylindrical-coordinate representation of color #6D7E3C: hue angle of 75.45º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D7E3C is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 109 | 126 | 60 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.51 |
| HSL | 75.45º | 0.35% | 0.36% | - |
| HSV(B) | 75.45º | 0.52% | 0.49% | - |
| XYZ | 14.58 | 18.5 | 7.08 | - |
| YUV | 113.39 | 97.87 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 126 | 60 | 0.13 | 0 | 0.52 | 0.51 | 75.45 | 0.35 | 0.36 |
| Hex | 6D | 7E | 3C | D | 0 | 34 | 33 | 4B | 23 | 24 |
| Octal | 155 | 176 | 74 | 15 | 0 | 64 | 63 | 113 | 43 | 44 |
| Binary | 1101101 | 1111110 | 111100 | 1101 | 0 | 110100 | 110011 | 1001011 | 100011 | 100100 |
Color Harmonies of #6D7E3C
Complementary color
Monochromatic Colors of #6D7E3C
Black with #6D7E3C
Text Example
Text Example
White with #6D7E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7E3C; }
p { color: rgb(109,126,60); }
H1.HeaderClassName
{
color: #6D7E3C;
}
.AnyTagClassName
{
color: #6D7E3C;
}
</style>
background-color css
<style>
a { background-color: #6D7E3C; }
a { background-color: rgb(109,126,60); }
div.DivClassName
{
background-color: #6D7E3C;
}
.BgClassName
{
background-color: #6D7E3C;
}
</style>
border-color css
<style>
span { border-color: #6D7E3C; }
span { border-color: rgb(109,126,60); }
td.TdClassName
{
border-color: #6D7E3C;
}
.TagClassName
{
border-color: #6D7E3C;
}
</style>