Shades of Woodland #656947
Tints of Woodland #656947
RGB
CMYK
RGB Variations
Color information
#656947 (or 0x656947) is known color: Woodland. HEX triplet: 65, 69 and 47. RGB value is (101,105,71). Sum of RGB (Red+Green+Blue) = 101+105+71=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 71 (28.12% from 255 or 25.63% from 277); Max value from RGB is 105 - color contains mainly: green. Hex color #656947 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656947 is #9A96B8. Grayscale: #646464. Windows color (decimal): -10131129 or 4680037. OLE color: 4680037.
HSL color Cylindrical-coordinate representation of color #656947: hue angle of 67.06º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #656947 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 105 | 71 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.59 |
| HSL | 67.06º | 0.19% | 0.35% | - |
| HSV(B) | 67.06º | 0.32% | 0.41% | - |
| XYZ | 11.56 | 13.32 | 7.92 | - |
| YUV | 99.93 | 111.67 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 105 | 71 | 0.04 | 0 | 0.32 | 0.59 | 67.06 | 0.19 | 0.35 |
| Hex | 65 | 69 | 47 | 4 | 0 | 20 | 3B | 43 | 13 | 23 |
| Octal | 145 | 151 | 107 | 4 | 0 | 40 | 73 | 103 | 23 | 43 |
| Binary | 1100101 | 1101001 | 1000111 | 100 | 0 | 100000 | 111011 | 1000011 | 10011 | 100011 |
Color Harmonies of #656947
Complementary color
Monochromatic Colors of #656947
Black with #656947
Text Example
Text Example
White with #656947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656947; }
p { color: rgb(101,105,71); }
H1.HeaderClassName
{
color: #656947;
}
.AnyTagClassName
{
color: #656947;
}
</style>
background-color css
<style>
a { background-color: #656947; }
a { background-color: rgb(101,105,71); }
div.DivClassName
{
background-color: #656947;
}
.BgClassName
{
background-color: #656947;
}
</style>
border-color css
<style>
span { border-color: #656947; }
span { border-color: rgb(101,105,71); }
td.TdClassName
{
border-color: #656947;
}
.TagClassName
{
border-color: #656947;
}
</style>