Shades of Woodland #697246
Tints of Woodland #697246
RGB
CMYK
RGB Variations
Color information
#697246 (or 0x697246) is known color: Woodland. HEX triplet: 69, 72 and 46. RGB value is (105,114,70). Sum of RGB (Red+Green+Blue) = 105+114+70=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 114 (44.92% from 255 or 39.45% from 289); Blue value is 70 (27.73% from 255 or 24.22% from 289); Max value from RGB is 114 - color contains mainly: green. Hex color #697246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697246 is #968DB9. Grayscale: #6A6A6A. Windows color (decimal): -9866682 or 4616809. OLE color: 4616809.
HSL color Cylindrical-coordinate representation of color #697246: hue angle of 72.27º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #697246 is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 114 | 70 | - |
| CMYK | 0.08 | 0 | 0.39 | 0.55 |
| HSL | 72.27º | 0.24% | 0.36% | - |
| HSV(B) | 72.27º | 0.39% | 0.45% | - |
| XYZ | 12.95 | 15.48 | 8.1 | - |
| YUV | 106.29 | 107.52 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 114 | 70 | 0.08 | 0 | 0.39 | 0.55 | 72.27 | 0.24 | 0.36 |
| Hex | 69 | 72 | 46 | 8 | 0 | 27 | 37 | 48 | 18 | 24 |
| Octal | 151 | 162 | 106 | 10 | 0 | 47 | 67 | 110 | 30 | 44 |
| Binary | 1101001 | 1110010 | 1000110 | 1000 | 0 | 100111 | 110111 | 1001000 | 11000 | 100100 |
Color Harmonies of #697246
Complementary color
Monochromatic Colors of #697246
Black with #697246
Text Example
Text Example
White with #697246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697246; }
p { color: rgb(105,114,70); }
H1.HeaderClassName
{
color: #697246;
}
.AnyTagClassName
{
color: #697246;
}
</style>
background-color css
<style>
a { background-color: #697246; }
a { background-color: rgb(105,114,70); }
div.DivClassName
{
background-color: #697246;
}
.BgClassName
{
background-color: #697246;
}
</style>
border-color css
<style>
span { border-color: #697246; }
span { border-color: rgb(105,114,70); }
td.TdClassName
{
border-color: #697246;
}
.TagClassName
{
border-color: #697246;
}
</style>