Shades of Woodland #697243
Tints of Woodland #697243
RGB
CMYK
RGB Variations
Color information
#697243 (or 0x697243) is known color: Woodland. HEX triplet: 69, 72 and 43. RGB value is (105,114,67). Sum of RGB (Red+Green+Blue) = 105+114+67=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 67 (26.56% from 255 or 23.43% from 286); Max value from RGB is 114 - color contains mainly: green. Hex color #697243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697243 is #968DBC. Grayscale: #6A6A6A. Windows color (decimal): -9866685 or 4420201. OLE color: 4420201.
HSL color Cylindrical-coordinate representation of color #697243: hue angle of 71.49º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #697243 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 114 | 67 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.55 |
| HSL | 71.49º | 0.26% | 0.35% | - |
| HSV(B) | 71.49º | 0.41% | 0.45% | - |
| XYZ | 12.86 | 15.44 | 7.61 | - |
| YUV | 105.95 | 106.02 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 114 | 67 | 0.08 | 0 | 0.41 | 0.55 | 71.49 | 0.26 | 0.35 |
| Hex | 69 | 72 | 43 | 8 | 0 | 29 | 37 | 47 | 1A | 23 |
| Octal | 151 | 162 | 103 | 10 | 0 | 51 | 67 | 107 | 32 | 43 |
| Binary | 1101001 | 1110010 | 1000011 | 1000 | 0 | 101001 | 110111 | 1000111 | 11010 | 100011 |
Color Harmonies of #697243
Complementary color
Monochromatic Colors of #697243
Black with #697243
Text Example
Text Example
White with #697243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697243; }
p { color: rgb(105,114,67); }
H1.HeaderClassName
{
color: #697243;
}
.AnyTagClassName
{
color: #697243;
}
</style>
background-color css
<style>
a { background-color: #697243; }
a { background-color: rgb(105,114,67); }
div.DivClassName
{
background-color: #697243;
}
.BgClassName
{
background-color: #697243;
}
</style>
border-color css
<style>
span { border-color: #697243; }
span { border-color: rgb(105,114,67); }
td.TdClassName
{
border-color: #697243;
}
.TagClassName
{
border-color: #697243;
}
</style>