Shades of Woodland #687242
Tints of Woodland #687242
RGB
CMYK
RGB Variations
Color information
#687242 (or 0x687242) is known color: Woodland. HEX triplet: 68, 72 and 42. RGB value is (104,114,66). Sum of RGB (Red+Green+Blue) = 104+114+66=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 66 (26.17% from 255 or 23.24% from 284); Max value from RGB is 114 - color contains mainly: green. Hex color #687242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687242 is #978DBD. Grayscale: #696969. Windows color (decimal): -9932222 or 4354664. OLE color: 4354664.
HSL color Cylindrical-coordinate representation of color #687242: hue angle of 72.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #687242 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 114 | 66 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.55 |
| HSL | 72.5º | 0.27% | 0.35% | - |
| HSV(B) | 72.5º | 0.42% | 0.45% | - |
| XYZ | 12.71 | 15.37 | 7.45 | - |
| YUV | 105.54 | 105.69 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 114 | 66 | 0.09 | 0 | 0.42 | 0.55 | 72.5 | 0.27 | 0.35 |
| Hex | 68 | 72 | 42 | 9 | 0 | 2A | 37 | 48 | 1B | 23 |
| Octal | 150 | 162 | 102 | 11 | 0 | 52 | 67 | 110 | 33 | 43 |
| Binary | 1101000 | 1110010 | 1000010 | 1001 | 0 | 101010 | 110111 | 1001000 | 11011 | 100011 |
Color Harmonies of #687242
Complementary color
Monochromatic Colors of #687242
Black with #687242
Text Example
Text Example
White with #687242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687242; }
p { color: rgb(104,114,66); }
H1.HeaderClassName
{
color: #687242;
}
.AnyTagClassName
{
color: #687242;
}
</style>
background-color css
<style>
a { background-color: #687242; }
a { background-color: rgb(104,114,66); }
div.DivClassName
{
background-color: #687242;
}
.BgClassName
{
background-color: #687242;
}
</style>
border-color css
<style>
span { border-color: #687242; }
span { border-color: rgb(104,114,66); }
td.TdClassName
{
border-color: #687242;
}
.TagClassName
{
border-color: #687242;
}
</style>