Shades of Woodland #67703D
Tints of Woodland #67703D
RGB
CMYK
RGB Variations
Color information
#67703D (or 0x67703D) is known color: Woodland. HEX triplet: 67, 70 and 3D. RGB value is (103,112,61). Sum of RGB (Red+Green+Blue) = 103+112+61=276 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.32% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 112 - color contains mainly: green. Hex color #67703D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67703D is #988FC2. Grayscale: #676767. Windows color (decimal): -9998275 or 4026471. OLE color: 4026471.
HSL color Cylindrical-coordinate representation of color #67703D: hue angle of 70.59º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #67703D is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 112 | 61 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.56 |
| HSL | 70.59º | 0.29% | 0.34% | - |
| HSV(B) | 70.59º | 0.46% | 0.44% | - |
| XYZ | 12.23 | 14.81 | 6.63 | - |
| YUV | 103.5 | 104.02 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 112 | 61 | 0.08 | 0 | 0.46 | 0.56 | 70.59 | 0.29 | 0.34 |
| Hex | 67 | 70 | 3D | 8 | 0 | 2E | 38 | 47 | 1D | 22 |
| Octal | 147 | 160 | 75 | 10 | 0 | 56 | 70 | 107 | 35 | 42 |
| Binary | 1100111 | 1110000 | 111101 | 1000 | 0 | 101110 | 111000 | 1000111 | 11101 | 100010 |
Color Harmonies of #67703D
Complementary color
Monochromatic Colors of #67703D
Black with #67703D
Text Example
Text Example
White with #67703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67703D; }
p { color: rgb(103,112,61); }
H1.HeaderClassName
{
color: #67703D;
}
.AnyTagClassName
{
color: #67703D;
}
</style>
background-color css
<style>
a { background-color: #67703D; }
a { background-color: rgb(103,112,61); }
div.DivClassName
{
background-color: #67703D;
}
.BgClassName
{
background-color: #67703D;
}
</style>
border-color css
<style>
span { border-color: #67703D; }
span { border-color: rgb(103,112,61); }
td.TdClassName
{
border-color: #67703D;
}
.TagClassName
{
border-color: #67703D;
}
</style>