Shades of Woodland #697747
Tints of Woodland #697747
RGB
CMYK
RGB Variations
Color information
#697747 (or 0x697747) is known color: Woodland. HEX triplet: 69, 77 and 47. RGB value is (105,119,71). Sum of RGB (Red+Green+Blue) = 105+119+71=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 119 - color contains mainly: green. Hex color #697747 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697747 is #9688B8. Grayscale: #6D6D6D. Windows color (decimal): -9865401 or 4683625. OLE color: 4683625.
HSL color Cylindrical-coordinate representation of color #697747: hue angle of 77.5º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #697747 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 105 | 119 | 71 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.53 |
| HSL | 77.5º | 0.25% | 0.37% | - |
| HSV(B) | 77.5º | 0.4% | 0.47% | - |
| XYZ | 13.56 | 16.65 | 8.46 | - |
| YUV | 109.34 | 106.36 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 119 | 71 | 0.12 | 0 | 0.40 | 0.53 | 77.5 | 0.25 | 0.37 |
| Hex | 69 | 77 | 47 | C | 0 | 28 | 35 | 4E | 19 | 25 |
| Octal | 151 | 167 | 107 | 14 | 0 | 50 | 65 | 116 | 31 | 45 |
| Binary | 1101001 | 1110111 | 1000111 | 1100 | 0 | 101000 | 110101 | 1001110 | 11001 | 100101 |
Color Harmonies of #697747
Complementary color
Monochromatic Colors of #697747
Black with #697747
Text Example
Text Example
White with #697747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697747; }
p { color: rgb(105,119,71); }
H1.HeaderClassName
{
color: #697747;
}
.AnyTagClassName
{
color: #697747;
}
</style>
background-color css
<style>
a { background-color: #697747; }
a { background-color: rgb(105,119,71); }
div.DivClassName
{
background-color: #697747;
}
.BgClassName
{
background-color: #697747;
}
</style>
border-color css
<style>
span { border-color: #697747; }
span { border-color: rgb(105,119,71); }
td.TdClassName
{
border-color: #697747;
}
.TagClassName
{
border-color: #697747;
}
</style>