Shades of Woodland #6C7A43
Tints of Woodland #6C7A43
RGB
CMYK
RGB Variations
Color information
#6C7A43 (or 0x6C7A43) is known color: Woodland. HEX triplet: 6C, 7A and 43. RGB value is (108,122,67). Sum of RGB (Red+Green+Blue) = 108+122+67=297 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.36% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 67 (26.56% from 255 or 22.56% from 297); Max value from RGB is 122 - color contains mainly: green. Hex color #6C7A43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7A43 is #9385BC. Grayscale: #6F6F6F. Windows color (decimal): -9668029 or 4422252. OLE color: 4422252.
HSL color Cylindrical-coordinate representation of color #6C7A43: hue angle of 75.27º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6C7A43 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 108 | 122 | 67 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.52 |
| HSL | 75.27º | 0.29% | 0.37% | - |
| HSV(B) | 75.27º | 0.45% | 0.48% | - |
| XYZ | 14.16 | 17.51 | 7.94 | - |
| YUV | 111.54 | 102.86 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 122 | 67 | 0.11 | 0 | 0.45 | 0.52 | 75.27 | 0.29 | 0.37 |
| Hex | 6C | 7A | 43 | B | 0 | 2D | 34 | 4B | 1D | 25 |
| Octal | 154 | 172 | 103 | 13 | 0 | 55 | 64 | 113 | 35 | 45 |
| Binary | 1101100 | 1111010 | 1000011 | 1011 | 0 | 101101 | 110100 | 1001011 | 11101 | 100101 |
Color Harmonies of #6C7A43
Complementary color
Monochromatic Colors of #6C7A43
Black with #6C7A43
Text Example
Text Example
White with #6C7A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7A43; }
p { color: rgb(108,122,67); }
H1.HeaderClassName
{
color: #6C7A43;
}
.AnyTagClassName
{
color: #6C7A43;
}
</style>
background-color css
<style>
a { background-color: #6C7A43; }
a { background-color: rgb(108,122,67); }
div.DivClassName
{
background-color: #6C7A43;
}
.BgClassName
{
background-color: #6C7A43;
}
</style>
border-color css
<style>
span { border-color: #6C7A43; }
span { border-color: rgb(108,122,67); }
td.TdClassName
{
border-color: #6C7A43;
}
.TagClassName
{
border-color: #6C7A43;
}
</style>