Shades of Woodland #6C7940
Tints of Woodland #6C7940
RGB
CMYK
RGB Variations
Color information
#6C7940 (or 0x6C7940) is known color: Woodland. HEX triplet: 6C, 79 and 40. RGB value is (108,121,64). Sum of RGB (Red+Green+Blue) = 108+121+64=293 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.86% from 293); Green value is 121 (47.66% from 255 or 41.30% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 121 - color contains mainly: green. Hex color #6C7940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7940 is #9386BF. Grayscale: #6E6E6E. Windows color (decimal): -9668288 or 4225388. OLE color: 4225388.
HSL color Cylindrical-coordinate representation of color #6C7940: hue angle of 73.68º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C7940 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 121 | 64 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.53 |
| HSL | 73.68º | 0.31% | 0.36% | - |
| HSV(B) | 73.68º | 0.47% | 0.47% | - |
| XYZ | 13.95 | 17.23 | 7.44 | - |
| YUV | 110.62 | 101.69 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 121 | 64 | 0.11 | 0 | 0.47 | 0.53 | 73.68 | 0.31 | 0.36 |
| Hex | 6C | 79 | 40 | B | 0 | 2F | 35 | 4A | 1F | 24 |
| Octal | 154 | 171 | 100 | 13 | 0 | 57 | 65 | 112 | 37 | 44 |
| Binary | 1101100 | 1111001 | 1000000 | 1011 | 0 | 101111 | 110101 | 1001010 | 11111 | 100100 |
Color Harmonies of #6C7940
Complementary color
Monochromatic Colors of #6C7940
Black with #6C7940
Text Example
Text Example
White with #6C7940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7940; }
p { color: rgb(108,121,64); }
H1.HeaderClassName
{
color: #6C7940;
}
.AnyTagClassName
{
color: #6C7940;
}
</style>
background-color css
<style>
a { background-color: #6C7940; }
a { background-color: rgb(108,121,64); }
div.DivClassName
{
background-color: #6C7940;
}
.BgClassName
{
background-color: #6C7940;
}
</style>
border-color css
<style>
span { border-color: #6C7940; }
span { border-color: rgb(108,121,64); }
td.TdClassName
{
border-color: #6C7940;
}
.TagClassName
{
border-color: #6C7940;
}
</style>