Shades of Woodland #656D3F
Tints of Woodland #656D3F
RGB
CMYK
RGB Variations
Color information
#656D3F (or 0x656D3F) is known color: Woodland. HEX triplet: 65, 6D and 3F. RGB value is (101,109,63). Sum of RGB (Red+Green+Blue) = 101+109+63=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 109 (42.97% from 255 or 39.93% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 109 - color contains mainly: green. Hex color #656D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656D3F is #9A92C0. Grayscale: #656565. Windows color (decimal): -10130113 or 4156773. OLE color: 4156773.
HSL color Cylindrical-coordinate representation of color #656D3F: hue angle of 70.43º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #656D3F is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 109 | 63 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.57 |
| HSL | 70.43º | 0.27% | 0.34% | - |
| HSV(B) | 70.43º | 0.42% | 0.43% | - |
| XYZ | 11.73 | 14.06 | 6.8 | - |
| YUV | 101.36 | 106.35 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 109 | 63 | 0.07 | 0 | 0.42 | 0.57 | 70.43 | 0.27 | 0.34 |
| Hex | 65 | 6D | 3F | 7 | 0 | 2A | 39 | 46 | 1B | 22 |
| Octal | 145 | 155 | 77 | 7 | 0 | 52 | 71 | 106 | 33 | 42 |
| Binary | 1100101 | 1101101 | 111111 | 111 | 0 | 101010 | 111001 | 1000110 | 11011 | 100010 |
Color Harmonies of #656D3F
Complementary color
Monochromatic Colors of #656D3F
Black with #656D3F
Text Example
Text Example
White with #656D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656D3F; }
p { color: rgb(101,109,63); }
H1.HeaderClassName
{
color: #656D3F;
}
.AnyTagClassName
{
color: #656D3F;
}
</style>
background-color css
<style>
a { background-color: #656D3F; }
a { background-color: rgb(101,109,63); }
div.DivClassName
{
background-color: #656D3F;
}
.BgClassName
{
background-color: #656D3F;
}
</style>
border-color css
<style>
span { border-color: #656D3F; }
span { border-color: rgb(101,109,63); }
td.TdClassName
{
border-color: #656D3F;
}
.TagClassName
{
border-color: #656D3F;
}
</style>