Shades of Woodland #697245
Tints of Woodland #697245
RGB
CMYK
RGB Variations
Color information
#697245 (or 0x697245) is known color: Woodland. HEX triplet: 69, 72 and 45. RGB value is (105,114,69). Sum of RGB (Red+Green+Blue) = 105+114+69=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 69 (27.34% from 255 or 23.96% from 288); Max value from RGB is 114 - color contains mainly: green. Hex color #697245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697245 is #968DBA. Grayscale: #6A6A6A. Windows color (decimal): -9866683 or 4551273. OLE color: 4551273.
HSL color Cylindrical-coordinate representation of color #697245: hue angle of 72º degrees, saturation: 0.25, 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 #697245 is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 114 | 69 | - |
| CMYK | 0.08 | 0 | 0.39 | 0.55 |
| HSL | 72º | 0.25% | 0.36% | - |
| HSV(B) | 72º | 0.39% | 0.45% | - |
| XYZ | 12.92 | 15.47 | 7.93 | - |
| YUV | 106.18 | 107.02 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 114 | 69 | 0.08 | 0 | 0.39 | 0.55 | 72 | 0.25 | 0.36 |
| Hex | 69 | 72 | 45 | 8 | 0 | 27 | 37 | 48 | 19 | 24 |
| Octal | 151 | 162 | 105 | 10 | 0 | 47 | 67 | 110 | 31 | 44 |
| Binary | 1101001 | 1110010 | 1000101 | 1000 | 0 | 100111 | 110111 | 1001000 | 11001 | 100100 |
Color Harmonies of #697245
Complementary color
Monochromatic Colors of #697245
Black with #697245
Text Example
Text Example
White with #697245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697245; }
p { color: rgb(105,114,69); }
H1.HeaderClassName
{
color: #697245;
}
.AnyTagClassName
{
color: #697245;
}
</style>
background-color css
<style>
a { background-color: #697245; }
a { background-color: rgb(105,114,69); }
div.DivClassName
{
background-color: #697245;
}
.BgClassName
{
background-color: #697245;
}
</style>
border-color css
<style>
span { border-color: #697245; }
span { border-color: rgb(105,114,69); }
td.TdClassName
{
border-color: #697245;
}
.TagClassName
{
border-color: #697245;
}
</style>