Shades of Woodland #68733D
Tints of Woodland #68733D
RGB
CMYK
RGB Variations
Color information
#68733D (or 0x68733D) is known color: Woodland. HEX triplet: 68, 73 and 3D. RGB value is (104,115,61). Sum of RGB (Red+Green+Blue) = 104+115+61=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 115 - color contains mainly: green. Hex color #68733D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68733D is #978CC2. Grayscale: #696969. Windows color (decimal): -9931971 or 4027240. OLE color: 4027240.
HSL color Cylindrical-coordinate representation of color #68733D: hue angle of 72.22º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68733D is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 115 | 61 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.55 |
| HSL | 72.22º | 0.31% | 0.35% | - |
| HSV(B) | 72.22º | 0.47% | 0.45% | - |
| XYZ | 12.68 | 15.54 | 6.75 | - |
| YUV | 105.56 | 102.86 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 115 | 61 | 0.10 | 0 | 0.47 | 0.55 | 72.22 | 0.31 | 0.35 |
| Hex | 68 | 73 | 3D | A | 0 | 2F | 37 | 48 | 1F | 23 |
| Octal | 150 | 163 | 75 | 12 | 0 | 57 | 67 | 110 | 37 | 43 |
| Binary | 1101000 | 1110011 | 111101 | 1010 | 0 | 101111 | 110111 | 1001000 | 11111 | 100011 |
Color Harmonies of #68733D
Complementary color
Monochromatic Colors of #68733D
Black with #68733D
Text Example
Text Example
White with #68733D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68733D; }
p { color: rgb(104,115,61); }
H1.HeaderClassName
{
color: #68733D;
}
.AnyTagClassName
{
color: #68733D;
}
</style>
background-color css
<style>
a { background-color: #68733D; }
a { background-color: rgb(104,115,61); }
div.DivClassName
{
background-color: #68733D;
}
.BgClassName
{
background-color: #68733D;
}
</style>
border-color css
<style>
span { border-color: #68733D; }
span { border-color: rgb(104,115,61); }
td.TdClassName
{
border-color: #68733D;
}
.TagClassName
{
border-color: #68733D;
}
</style>