Shades of Woodland #676E42
Tints of Woodland #676E42
RGB
CMYK
RGB Variations
Color information
#676E42 (or 0x676E42) is known color: Woodland. HEX triplet: 67, 6E and 42. RGB value is (103,110,66). Sum of RGB (Red+Green+Blue) = 103+110+66=279 (36% of max value = 765). Red value is 103 (40.62% from 255 or 36.92% from 279); Green value is 110 (43.36% from 255 or 39.43% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 110 - color contains mainly: green. Hex color #676E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676E42 is #9891BD. Grayscale: #676767. Windows color (decimal): -9998782 or 4353639. OLE color: 4353639.
HSL color Cylindrical-coordinate representation of color #676E42: hue angle of 69.55º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #676E42 is Cyan = 0.06, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 110 | 66 | - |
| CMYK | 0.06 | 0 | 0.4 | 0.57 |
| HSL | 69.55º | 0.25% | 0.35% | - |
| HSV(B) | 69.55º | 0.4% | 0.43% | - |
| XYZ | 12.15 | 14.43 | 7.3 | - |
| YUV | 102.89 | 107.18 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 110 | 66 | 0.06 | 0 | 0.4 | 0.57 | 69.55 | 0.25 | 0.35 |
| Hex | 67 | 6E | 42 | 6 | 0 | 28 | 39 | 46 | 19 | 23 |
| Octal | 147 | 156 | 102 | 6 | 0 | 50 | 71 | 106 | 31 | 43 |
| Binary | 1100111 | 1101110 | 1000010 | 110 | 0 | 101000 | 111001 | 1000110 | 11001 | 100011 |
Color Harmonies of #676E42
Complementary color
Monochromatic Colors of #676E42
Black with #676E42
Text Example
Text Example
White with #676E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676E42; }
p { color: rgb(103,110,66); }
H1.HeaderClassName
{
color: #676E42;
}
.AnyTagClassName
{
color: #676E42;
}
</style>
background-color css
<style>
a { background-color: #676E42; }
a { background-color: rgb(103,110,66); }
div.DivClassName
{
background-color: #676E42;
}
.BgClassName
{
background-color: #676E42;
}
</style>
border-color css
<style>
span { border-color: #676E42; }
span { border-color: rgb(103,110,66); }
td.TdClassName
{
border-color: #676E42;
}
.TagClassName
{
border-color: #676E42;
}
</style>