Shades of Woodland #676F49
Tints of Woodland #676F49
RGB
CMYK
RGB Variations
Color information
#676F49 (or 0x676F49) is known color: Woodland. HEX triplet: 67, 6F and 49. RGB value is (103,111,73). Sum of RGB (Red+Green+Blue) = 103+111+73=287 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.89% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 111 - color contains mainly: green. Hex color #676F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676F49 is #9890B6. Grayscale: #686868. Windows color (decimal): -9998519 or 4812647. OLE color: 4812647.
HSL color Cylindrical-coordinate representation of color #676F49: hue angle of 72.63º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #676F49 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 111 | 73 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.56 |
| HSL | 72.63º | 0.21% | 0.36% | - |
| HSV(B) | 72.63º | 0.34% | 0.44% | - |
| XYZ | 12.48 | 14.73 | 8.49 | - |
| YUV | 104.28 | 110.35 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 111 | 73 | 0.07 | 0 | 0.34 | 0.56 | 72.63 | 0.21 | 0.36 |
| Hex | 67 | 6F | 49 | 7 | 0 | 22 | 38 | 49 | 15 | 24 |
| Octal | 147 | 157 | 111 | 7 | 0 | 42 | 70 | 111 | 25 | 44 |
| Binary | 1100111 | 1101111 | 1001001 | 111 | 0 | 100010 | 111000 | 1001001 | 10101 | 100100 |
Color Harmonies of #676F49
Complementary color
Monochromatic Colors of #676F49
Black with #676F49
Text Example
Text Example
White with #676F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676F49; }
p { color: rgb(103,111,73); }
H1.HeaderClassName
{
color: #676F49;
}
.AnyTagClassName
{
color: #676F49;
}
</style>
background-color css
<style>
a { background-color: #676F49; }
a { background-color: rgb(103,111,73); }
div.DivClassName
{
background-color: #676F49;
}
.BgClassName
{
background-color: #676F49;
}
</style>
border-color css
<style>
span { border-color: #676F49; }
span { border-color: rgb(103,111,73); }
td.TdClassName
{
border-color: #676F49;
}
.TagClassName
{
border-color: #676F49;
}
</style>