Shades of Woodland #67743F
Tints of Woodland #67743F
RGB
CMYK
RGB Variations
Color information
#67743F (or 0x67743F) is known color: Woodland. HEX triplet: 67, 74 and 3F. RGB value is (103,116,63). Sum of RGB (Red+Green+Blue) = 103+116+63=282 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.52% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 116 - color contains mainly: green. Hex color #67743F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67743F is #988BC0. Grayscale: #6A6A6A. Windows color (decimal): -9997249 or 4158567. OLE color: 4158567.
HSL color Cylindrical-coordinate representation of color #67743F: hue angle of 74.72º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #67743F is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 103 | 116 | 63 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.55 |
| HSL | 74.72º | 0.3% | 0.35% | - |
| HSV(B) | 74.72º | 0.46% | 0.45% | - |
| XYZ | 12.74 | 15.73 | 7.07 | - |
| YUV | 106.07 | 103.69 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 116 | 63 | 0.11 | 0 | 0.46 | 0.55 | 74.72 | 0.3 | 0.35 |
| Hex | 67 | 74 | 3F | B | 0 | 2E | 37 | 4B | 1E | 23 |
| Octal | 147 | 164 | 77 | 13 | 0 | 56 | 67 | 113 | 36 | 43 |
| Binary | 1100111 | 1110100 | 111111 | 1011 | 0 | 101110 | 110111 | 1001011 | 11110 | 100011 |
Color Harmonies of #67743F
Complementary color
Monochromatic Colors of #67743F
Black with #67743F
Text Example
Text Example
White with #67743F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67743F; }
p { color: rgb(103,116,63); }
H1.HeaderClassName
{
color: #67743F;
}
.AnyTagClassName
{
color: #67743F;
}
</style>
background-color css
<style>
a { background-color: #67743F; }
a { background-color: rgb(103,116,63); }
div.DivClassName
{
background-color: #67743F;
}
.BgClassName
{
background-color: #67743F;
}
</style>
border-color css
<style>
span { border-color: #67743F; }
span { border-color: rgb(103,116,63); }
td.TdClassName
{
border-color: #67743F;
}
.TagClassName
{
border-color: #67743F;
}
</style>