Shades of Woodland #6D7C3E
Tints of Woodland #6D7C3E
RGB
CMYK
RGB Variations
Color information
#6D7C3E (or 0x6D7C3E) is known color: Woodland. HEX triplet: 6D, 7C and 3E. RGB value is (109,124,62). Sum of RGB (Red+Green+Blue) = 109+124+62=295 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.95% from 295); Green value is 124 (48.83% from 255 or 42.03% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 124 - color contains mainly: green. Hex color #6D7C3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7C3E is #9283C1. Grayscale: #707070. Windows color (decimal): -9601986 or 4095085. OLE color: 4095085.
HSL color Cylindrical-coordinate representation of color #6D7C3E: hue angle of 74.52º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D7C3E is Cyan = 0.12, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 109 | 124 | 62 | - |
| CMYK | 0.12 | 0 | 0.5 | 0.51 |
| HSL | 74.52º | 0.33% | 0.36% | - |
| HSV(B) | 74.52º | 0.5% | 0.49% | - |
| XYZ | 14.38 | 18.01 | 7.28 | - |
| YUV | 112.45 | 99.53 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 124 | 62 | 0.12 | 0 | 0.5 | 0.51 | 74.52 | 0.33 | 0.36 |
| Hex | 6D | 7C | 3E | C | 0 | 32 | 33 | 4B | 21 | 24 |
| Octal | 155 | 174 | 76 | 14 | 0 | 62 | 63 | 113 | 41 | 44 |
| Binary | 1101101 | 1111100 | 111110 | 1100 | 0 | 110010 | 110011 | 1001011 | 100001 | 100100 |
Color Harmonies of #6D7C3E
Complementary color
Monochromatic Colors of #6D7C3E
Black with #6D7C3E
Text Example
Text Example
White with #6D7C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7C3E; }
p { color: rgb(109,124,62); }
H1.HeaderClassName
{
color: #6D7C3E;
}
.AnyTagClassName
{
color: #6D7C3E;
}
</style>
background-color css
<style>
a { background-color: #6D7C3E; }
a { background-color: rgb(109,124,62); }
div.DivClassName
{
background-color: #6D7C3E;
}
.BgClassName
{
background-color: #6D7C3E;
}
</style>
border-color css
<style>
span { border-color: #6D7C3E; }
span { border-color: rgb(109,124,62); }
td.TdClassName
{
border-color: #6D7C3E;
}
.TagClassName
{
border-color: #6D7C3E;
}
</style>