Shades of Woodland #676B3D
Tints of Woodland #676B3D
RGB
CMYK
RGB Variations
Color information
#676B3D (or 0x676B3D) is known color: Woodland. HEX triplet: 67, 6B and 3D. RGB value is (103,107,61). Sum of RGB (Red+Green+Blue) = 103+107+61=271 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.01% from 271); Green value is 107 (42.19% from 255 or 39.48% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 107 - color contains mainly: green. Hex color #676B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676B3D is #9894C2. Grayscale: #646464. Windows color (decimal): -9999555 or 4025191. OLE color: 4025191.
HSL color Cylindrical-coordinate representation of color #676B3D: hue angle of 65.22º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #676B3D is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 107 | 61 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.58 |
| HSL | 65.22º | 0.27% | 0.33% | - |
| HSV(B) | 65.22º | 0.43% | 0.42% | - |
| XYZ | 11.69 | 13.74 | 6.45 | - |
| YUV | 100.56 | 105.67 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 107 | 61 | 0.04 | 0 | 0.43 | 0.58 | 65.22 | 0.27 | 0.33 |
| Hex | 67 | 6B | 3D | 4 | 0 | 2B | 3A | 41 | 1B | 21 |
| Octal | 147 | 153 | 75 | 4 | 0 | 53 | 72 | 101 | 33 | 41 |
| Binary | 1100111 | 1101011 | 111101 | 100 | 0 | 101011 | 111010 | 1000001 | 11011 | 100001 |
Color Harmonies of #676B3D
Complementary color
Monochromatic Colors of #676B3D
Black with #676B3D
Text Example
Text Example
White with #676B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676B3D; }
p { color: rgb(103,107,61); }
H1.HeaderClassName
{
color: #676B3D;
}
.AnyTagClassName
{
color: #676B3D;
}
</style>
background-color css
<style>
a { background-color: #676B3D; }
a { background-color: rgb(103,107,61); }
div.DivClassName
{
background-color: #676B3D;
}
.BgClassName
{
background-color: #676B3D;
}
</style>
border-color css
<style>
span { border-color: #676B3D; }
span { border-color: rgb(103,107,61); }
td.TdClassName
{
border-color: #676B3D;
}
.TagClassName
{
border-color: #676B3D;
}
</style>