Shades of Woodland #68703C
Tints of Woodland #68703C
RGB
CMYK
RGB Variations
Color information
#68703C (or 0x68703C) is known color: Woodland. HEX triplet: 68, 70 and 3C. RGB value is (104,112,60). Sum of RGB (Red+Green+Blue) = 104+112+60=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 112 - color contains mainly: green. Hex color #68703C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68703C is #978FC3. Grayscale: #676767. Windows color (decimal): -9932740 or 3960936. OLE color: 3960936.
HSL color Cylindrical-coordinate representation of color #68703C: hue angle of 69.23º degrees, saturation: 0.3, 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 #68703C is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 112 | 60 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.56 |
| HSL | 69.23º | 0.3% | 0.34% | - |
| HSV(B) | 69.23º | 0.46% | 0.44% | - |
| XYZ | 12.32 | 14.86 | 6.49 | - |
| YUV | 103.68 | 103.35 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 112 | 60 | 0.07 | 0 | 0.46 | 0.56 | 69.23 | 0.3 | 0.34 |
| Hex | 68 | 70 | 3C | 7 | 0 | 2E | 38 | 45 | 1E | 22 |
| Octal | 150 | 160 | 74 | 7 | 0 | 56 | 70 | 105 | 36 | 42 |
| Binary | 1101000 | 1110000 | 111100 | 111 | 0 | 101110 | 111000 | 1000101 | 11110 | 100010 |
Color Harmonies of #68703C
Complementary color
Monochromatic Colors of #68703C
Black with #68703C
Text Example
Text Example
White with #68703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68703C; }
p { color: rgb(104,112,60); }
H1.HeaderClassName
{
color: #68703C;
}
.AnyTagClassName
{
color: #68703C;
}
</style>
background-color css
<style>
a { background-color: #68703C; }
a { background-color: rgb(104,112,60); }
div.DivClassName
{
background-color: #68703C;
}
.BgClassName
{
background-color: #68703C;
}
</style>
border-color css
<style>
span { border-color: #68703C; }
span { border-color: rgb(104,112,60); }
td.TdClassName
{
border-color: #68703C;
}
.TagClassName
{
border-color: #68703C;
}
</style>