Shades of Woodland #676F43
Tints of Woodland #676F43
RGB
CMYK
RGB Variations
Color information
#676F43 (or 0x676F43) is known color: Woodland. HEX triplet: 67, 6F and 43. RGB value is (103,111,67). Sum of RGB (Red+Green+Blue) = 103+111+67=281 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.65% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 67 (26.56% from 255 or 23.84% from 281); Max value from RGB is 111 - color contains mainly: green. Hex color #676F43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676F43 is #9890BC. Grayscale: #676767. Windows color (decimal): -9998525 or 4419431. OLE color: 4419431.
HSL color Cylindrical-coordinate representation of color #676F43: hue angle of 70.91º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #676F43 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 111 | 67 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.56 |
| HSL | 70.91º | 0.25% | 0.35% | - |
| HSV(B) | 70.91º | 0.4% | 0.44% | - |
| XYZ | 12.29 | 14.66 | 7.49 | - |
| YUV | 103.59 | 107.35 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 111 | 67 | 0.07 | 0 | 0.40 | 0.56 | 70.91 | 0.25 | 0.35 |
| Hex | 67 | 6F | 43 | 7 | 0 | 28 | 38 | 47 | 19 | 23 |
| Octal | 147 | 157 | 103 | 7 | 0 | 50 | 70 | 107 | 31 | 43 |
| Binary | 1100111 | 1101111 | 1000011 | 111 | 0 | 101000 | 111000 | 1000111 | 11001 | 100011 |
Color Harmonies of #676F43
Complementary color
Monochromatic Colors of #676F43
Black with #676F43
Text Example
Text Example
White with #676F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676F43; }
p { color: rgb(103,111,67); }
H1.HeaderClassName
{
color: #676F43;
}
.AnyTagClassName
{
color: #676F43;
}
</style>
background-color css
<style>
a { background-color: #676F43; }
a { background-color: rgb(103,111,67); }
div.DivClassName
{
background-color: #676F43;
}
.BgClassName
{
background-color: #676F43;
}
</style>
border-color css
<style>
span { border-color: #676F43; }
span { border-color: rgb(103,111,67); }
td.TdClassName
{
border-color: #676F43;
}
.TagClassName
{
border-color: #676F43;
}
</style>