Shades of Woodland #68703F
Tints of Woodland #68703F
RGB
CMYK
RGB Variations
Color information
#68703F (or 0x68703F) is known color: Woodland. HEX triplet: 68, 70 and 3F. RGB value is (104,112,63). Sum of RGB (Red+Green+Blue) = 104+112+63=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 112 - color contains mainly: green. Hex color #68703F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68703F is #978FC0. Grayscale: #686868. Windows color (decimal): -9932737 or 4157544. OLE color: 4157544.
HSL color Cylindrical-coordinate representation of color #68703F: hue angle of 69.8º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68703F is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 112 | 63 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.56 |
| HSL | 69.8º | 0.28% | 0.34% | - |
| HSV(B) | 69.8º | 0.44% | 0.44% | - |
| XYZ | 12.4 | 14.89 | 6.92 | - |
| YUV | 104.02 | 104.85 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 112 | 63 | 0.07 | 0 | 0.44 | 0.56 | 69.8 | 0.28 | 0.34 |
| Hex | 68 | 70 | 3F | 7 | 0 | 2C | 38 | 46 | 1C | 22 |
| Octal | 150 | 160 | 77 | 7 | 0 | 54 | 70 | 106 | 34 | 42 |
| Binary | 1101000 | 1110000 | 111111 | 111 | 0 | 101100 | 111000 | 1000110 | 11100 | 100010 |
Color Harmonies of #68703F
Complementary color
Monochromatic Colors of #68703F
Black with #68703F
Text Example
Text Example
White with #68703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68703F; }
p { color: rgb(104,112,63); }
H1.HeaderClassName
{
color: #68703F;
}
.AnyTagClassName
{
color: #68703F;
}
</style>
background-color css
<style>
a { background-color: #68703F; }
a { background-color: rgb(104,112,63); }
div.DivClassName
{
background-color: #68703F;
}
.BgClassName
{
background-color: #68703F;
}
</style>
border-color css
<style>
span { border-color: #68703F; }
span { border-color: rgb(104,112,63); }
td.TdClassName
{
border-color: #68703F;
}
.TagClassName
{
border-color: #68703F;
}
</style>