Shades of Woodland #6A7342
Tints of Woodland #6A7342
RGB
CMYK
RGB Variations
Color information
#6A7342 (or 0x6A7342) is known color: Woodland. HEX triplet: 6A, 73 and 42. RGB value is (106,115,66). Sum of RGB (Red+Green+Blue) = 106+115+66=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 115 - color contains mainly: green. Hex color #6A7342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7342 is #958CBD. Grayscale: #6A6A6A. Windows color (decimal): -9800894 or 4354922. OLE color: 4354922.
HSL color Cylindrical-coordinate representation of color #6A7342: hue angle of 71.02º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6A7342 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 115 | 66 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.55 |
| HSL | 71.02º | 0.27% | 0.35% | - |
| HSV(B) | 71.02º | 0.43% | 0.45% | - |
| XYZ | 13.06 | 15.72 | 7.5 | - |
| YUV | 106.72 | 105.02 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 115 | 66 | 0.08 | 0 | 0.43 | 0.55 | 71.02 | 0.27 | 0.35 |
| Hex | 6A | 73 | 42 | 8 | 0 | 2B | 37 | 47 | 1B | 23 |
| Octal | 152 | 163 | 102 | 10 | 0 | 53 | 67 | 107 | 33 | 43 |
| Binary | 1101010 | 1110011 | 1000010 | 1000 | 0 | 101011 | 110111 | 1000111 | 11011 | 100011 |
Color Harmonies of #6A7342
Complementary color
Monochromatic Colors of #6A7342
Black with #6A7342
Text Example
Text Example
White with #6A7342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7342; }
p { color: rgb(106,115,66); }
H1.HeaderClassName
{
color: #6A7342;
}
.AnyTagClassName
{
color: #6A7342;
}
</style>
background-color css
<style>
a { background-color: #6A7342; }
a { background-color: rgb(106,115,66); }
div.DivClassName
{
background-color: #6A7342;
}
.BgClassName
{
background-color: #6A7342;
}
</style>
border-color css
<style>
span { border-color: #6A7342; }
span { border-color: rgb(106,115,66); }
td.TdClassName
{
border-color: #6A7342;
}
.TagClassName
{
border-color: #6A7342;
}
</style>