Shades of Woodland #6D763D
Tints of Woodland #6D763D
RGB
CMYK
RGB Variations
Color information
#6D763D (or 0x6D763D) is known color: Woodland. HEX triplet: 6D, 76 and 3D. RGB value is (109,118,61). Sum of RGB (Red+Green+Blue) = 109+118+61=288 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.85% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 118 - color contains mainly: green. Hex color #6D763D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D763D is #9289C2. Grayscale: #6D6D6D. Windows color (decimal): -9603523 or 4028013. OLE color: 4028013.
HSL color Cylindrical-coordinate representation of color #6D763D: hue angle of 69.47º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D763D is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 109 | 118 | 61 | - |
| CMYK | 0.08 | 0 | 0.48 | 0.54 |
| HSL | 69.47º | 0.32% | 0.35% | - |
| HSV(B) | 69.47º | 0.48% | 0.46% | - |
| XYZ | 13.63 | 16.55 | 6.89 | - |
| YUV | 108.81 | 101.02 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 118 | 61 | 0.08 | 0 | 0.48 | 0.54 | 69.47 | 0.32 | 0.35 |
| Hex | 6D | 76 | 3D | 8 | 0 | 30 | 36 | 45 | 20 | 23 |
| Octal | 155 | 166 | 75 | 10 | 0 | 60 | 66 | 105 | 40 | 43 |
| Binary | 1101101 | 1110110 | 111101 | 1000 | 0 | 110000 | 110110 | 1000101 | 100000 | 100011 |
Color Harmonies of #6D763D
Complementary color
Monochromatic Colors of #6D763D
Black with #6D763D
Text Example
Text Example
White with #6D763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D763D; }
p { color: rgb(109,118,61); }
H1.HeaderClassName
{
color: #6D763D;
}
.AnyTagClassName
{
color: #6D763D;
}
</style>
background-color css
<style>
a { background-color: #6D763D; }
a { background-color: rgb(109,118,61); }
div.DivClassName
{
background-color: #6D763D;
}
.BgClassName
{
background-color: #6D763D;
}
</style>
border-color css
<style>
span { border-color: #6D763D; }
span { border-color: rgb(109,118,61); }
td.TdClassName
{
border-color: #6D763D;
}
.TagClassName
{
border-color: #6D763D;
}
</style>