Shades of Woodland #676A44
Tints of Woodland #676A44
RGB
CMYK
RGB Variations
Color information
#676A44 (or 0x676A44) is known color: Woodland. HEX triplet: 67, 6A and 44. RGB value is (103,106,68). Sum of RGB (Red+Green+Blue) = 103+106+68=277 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.18% from 277); Green value is 106 (41.80% from 255 or 38.27% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 106 - color contains mainly: green. Hex color #676A44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676A44 is #9895BB. Grayscale: #646464. Windows color (decimal): -9999804 or 4483687. OLE color: 4483687.
HSL color Cylindrical-coordinate representation of color #676A44: hue angle of 64.74º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #676A44 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 106 | 68 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.58 |
| HSL | 64.74º | 0.22% | 0.34% | - |
| HSV(B) | 64.74º | 0.36% | 0.42% | - |
| XYZ | 11.79 | 13.61 | 7.47 | - |
| YUV | 100.77 | 109.51 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 106 | 68 | 0.03 | 0 | 0.36 | 0.58 | 64.74 | 0.22 | 0.34 |
| Hex | 67 | 6A | 44 | 3 | 0 | 24 | 3A | 41 | 16 | 22 |
| Octal | 147 | 152 | 104 | 3 | 0 | 44 | 72 | 101 | 26 | 42 |
| Binary | 1100111 | 1101010 | 1000100 | 11 | 0 | 100100 | 111010 | 1000001 | 10110 | 100010 |
Color Harmonies of #676A44
Complementary color
Monochromatic Colors of #676A44
Black with #676A44
Text Example
Text Example
White with #676A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676A44; }
p { color: rgb(103,106,68); }
H1.HeaderClassName
{
color: #676A44;
}
.AnyTagClassName
{
color: #676A44;
}
</style>
background-color css
<style>
a { background-color: #676A44; }
a { background-color: rgb(103,106,68); }
div.DivClassName
{
background-color: #676A44;
}
.BgClassName
{
background-color: #676A44;
}
</style>
border-color css
<style>
span { border-color: #676A44; }
span { border-color: rgb(103,106,68); }
td.TdClassName
{
border-color: #676A44;
}
.TagClassName
{
border-color: #676A44;
}
</style>