Shades of Woodland #676F39
Tints of Woodland #676F39
RGB
CMYK
RGB Variations
Color information
#676F39 (or 0x676F39) is known color: Woodland. HEX triplet: 67, 6F and 39. RGB value is (103,111,57). Sum of RGB (Red+Green+Blue) = 103+111+57=271 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.01% from 271); Green value is 111 (43.75% from 255 or 40.96% from 271); Blue value is 57 (22.66% from 255 or 21.03% from 271); Max value from RGB is 111 - color contains mainly: green. Hex color #676F39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676F39 is #9890C6. Grayscale: #666666. Windows color (decimal): -9998535 or 3764071. OLE color: 3764071.
HSL color Cylindrical-coordinate representation of color #676F39: hue angle of 68.89º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #676F39 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 111 | 57 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.56 |
| HSL | 68.89º | 0.32% | 0.33% | - |
| HSV(B) | 68.89º | 0.49% | 0.44% | - |
| XYZ | 12.02 | 14.55 | 6.05 | - |
| YUV | 102.45 | 102.35 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 111 | 57 | 0.07 | 0 | 0.49 | 0.56 | 68.89 | 0.32 | 0.33 |
| Hex | 67 | 6F | 39 | 7 | 0 | 31 | 38 | 45 | 20 | 21 |
| Octal | 147 | 157 | 71 | 7 | 0 | 61 | 70 | 105 | 40 | 41 |
| Binary | 1100111 | 1101111 | 111001 | 111 | 0 | 110001 | 111000 | 1000101 | 100000 | 100001 |
Color Harmonies of #676F39
Complementary color
Monochromatic Colors of #676F39
Black with #676F39
Text Example
Text Example
White with #676F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676F39; }
p { color: rgb(103,111,57); }
H1.HeaderClassName
{
color: #676F39;
}
.AnyTagClassName
{
color: #676F39;
}
</style>
background-color css
<style>
a { background-color: #676F39; }
a { background-color: rgb(103,111,57); }
div.DivClassName
{
background-color: #676F39;
}
.BgClassName
{
background-color: #676F39;
}
</style>
border-color css
<style>
span { border-color: #676F39; }
span { border-color: rgb(103,111,57); }
td.TdClassName
{
border-color: #676F39;
}
.TagClassName
{
border-color: #676F39;
}
</style>