Shades of Woodland #6C7C3D
Tints of Woodland #6C7C3D
RGB
CMYK
RGB Variations
Color information
#6C7C3D (or 0x6C7C3D) is known color: Woodland. HEX triplet: 6C, 7C and 3D. RGB value is (108,124,61). Sum of RGB (Red+Green+Blue) = 108+124+61=293 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.86% from 293); Green value is 124 (48.83% from 255 or 42.32% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 124 - color contains mainly: green. Hex color #6C7C3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7C3D is #9383C2. Grayscale: #707070. Windows color (decimal): -9667523 or 4029548. OLE color: 4029548.
HSL color Cylindrical-coordinate representation of color #6C7C3D: hue angle of 75.24º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6C7C3D is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 108 | 124 | 61 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.51 |
| HSL | 75.24º | 0.34% | 0.36% | - |
| HSV(B) | 75.24º | 0.51% | 0.49% | - |
| XYZ | 14.23 | 17.94 | 7.13 | - |
| YUV | 112.03 | 99.2 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 124 | 61 | 0.13 | 0 | 0.51 | 0.51 | 75.24 | 0.34 | 0.36 |
| Hex | 6C | 7C | 3D | D | 0 | 33 | 33 | 4B | 22 | 24 |
| Octal | 154 | 174 | 75 | 15 | 0 | 63 | 63 | 113 | 42 | 44 |
| Binary | 1101100 | 1111100 | 111101 | 1101 | 0 | 110011 | 110011 | 1001011 | 100010 | 100100 |
Color Harmonies of #6C7C3D
Complementary color
Monochromatic Colors of #6C7C3D
Black with #6C7C3D
Text Example
Text Example
White with #6C7C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7C3D; }
p { color: rgb(108,124,61); }
H1.HeaderClassName
{
color: #6C7C3D;
}
.AnyTagClassName
{
color: #6C7C3D;
}
</style>
background-color css
<style>
a { background-color: #6C7C3D; }
a { background-color: rgb(108,124,61); }
div.DivClassName
{
background-color: #6C7C3D;
}
.BgClassName
{
background-color: #6C7C3D;
}
</style>
border-color css
<style>
span { border-color: #6C7C3D; }
span { border-color: rgb(108,124,61); }
td.TdClassName
{
border-color: #6C7C3D;
}
.TagClassName
{
border-color: #6C7C3D;
}
</style>