Shades of Woodland #68773F
Tints of Woodland #68773F
RGB
CMYK
RGB Variations
Color information
#68773F (or 0x68773F) is known color: Woodland. HEX triplet: 68, 77 and 3F. RGB value is (104,119,63). Sum of RGB (Red+Green+Blue) = 104+119+63=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 119 - color contains mainly: green. Hex color #68773F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68773F is #9788C0. Grayscale: #6C6C6C. Windows color (decimal): -9930945 or 4159336. OLE color: 4159336.
HSL color Cylindrical-coordinate representation of color #68773F: hue angle of 76.07º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68773F is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 119 | 63 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.53 |
| HSL | 76.07º | 0.31% | 0.36% | - |
| HSV(B) | 76.07º | 0.47% | 0.47% | - |
| XYZ | 13.2 | 16.5 | 7.19 | - |
| YUV | 108.13 | 102.53 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 119 | 63 | 0.13 | 0 | 0.47 | 0.53 | 76.07 | 0.31 | 0.36 |
| Hex | 68 | 77 | 3F | D | 0 | 2F | 35 | 4C | 1F | 24 |
| Octal | 150 | 167 | 77 | 15 | 0 | 57 | 65 | 114 | 37 | 44 |
| Binary | 1101000 | 1110111 | 111111 | 1101 | 0 | 101111 | 110101 | 1001100 | 11111 | 100100 |
Color Harmonies of #68773F
Complementary color
Monochromatic Colors of #68773F
Black with #68773F
Text Example
Text Example
White with #68773F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68773F; }
p { color: rgb(104,119,63); }
H1.HeaderClassName
{
color: #68773F;
}
.AnyTagClassName
{
color: #68773F;
}
</style>
background-color css
<style>
a { background-color: #68773F; }
a { background-color: rgb(104,119,63); }
div.DivClassName
{
background-color: #68773F;
}
.BgClassName
{
background-color: #68773F;
}
</style>
border-color css
<style>
span { border-color: #68773F; }
span { border-color: rgb(104,119,63); }
td.TdClassName
{
border-color: #68773F;
}
.TagClassName
{
border-color: #68773F;
}
</style>