Shades of Woodland #6C763D
Tints of Woodland #6C763D
RGB
CMYK
RGB Variations
Color information
#6C763D (or 0x6C763D) is known color: Woodland. HEX triplet: 6C, 76 and 3D. RGB value is (108,118,61). Sum of RGB (Red+Green+Blue) = 108+118+61=287 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.63% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 118 - color contains mainly: green. Hex color #6C763D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C763D is #9389C2. Grayscale: #6C6C6C. Windows color (decimal): -9669059 or 4028012. OLE color: 4028012.
HSL color Cylindrical-coordinate representation of color #6C763D: hue angle of 70.53º 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 #6C763D is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 118 | 61 | - |
| CMYK | 0.08 | 0 | 0.48 | 0.54 |
| HSL | 70.53º | 0.32% | 0.35% | - |
| HSV(B) | 70.53º | 0.48% | 0.46% | - |
| XYZ | 13.51 | 16.48 | 6.88 | - |
| YUV | 108.51 | 101.19 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 118 | 61 | 0.08 | 0 | 0.48 | 0.54 | 70.53 | 0.32 | 0.35 |
| Hex | 6C | 76 | 3D | 8 | 0 | 30 | 36 | 47 | 20 | 23 |
| Octal | 154 | 166 | 75 | 10 | 0 | 60 | 66 | 107 | 40 | 43 |
| Binary | 1101100 | 1110110 | 111101 | 1000 | 0 | 110000 | 110110 | 1000111 | 100000 | 100011 |
Color Harmonies of #6C763D
Complementary color
Monochromatic Colors of #6C763D
Black with #6C763D
Text Example
Text Example
White with #6C763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C763D; }
p { color: rgb(108,118,61); }
H1.HeaderClassName
{
color: #6C763D;
}
.AnyTagClassName
{
color: #6C763D;
}
</style>
background-color css
<style>
a { background-color: #6C763D; }
a { background-color: rgb(108,118,61); }
div.DivClassName
{
background-color: #6C763D;
}
.BgClassName
{
background-color: #6C763D;
}
</style>
border-color css
<style>
span { border-color: #6C763D; }
span { border-color: rgb(108,118,61); }
td.TdClassName
{
border-color: #6C763D;
}
.TagClassName
{
border-color: #6C763D;
}
</style>