Shades of Woodland #6A7945
Tints of Woodland #6A7945
RGB
CMYK
RGB Variations
Color information
#6A7945 (or 0x6A7945) is known color: Woodland. HEX triplet: 6A, 79 and 45. RGB value is (106,121,69). Sum of RGB (Red+Green+Blue) = 106+121+69=296 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.81% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 121 - color contains mainly: green. Hex color #6A7945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7945 is #9586BA. Grayscale: #6E6E6E. Windows color (decimal): -9799355 or 4553066. OLE color: 4553066.
HSL color Cylindrical-coordinate representation of color #6A7945: hue angle of 77.31º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6A7945 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 121 | 69 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.53 |
| HSL | 77.31º | 0.27% | 0.37% | - |
| HSV(B) | 77.31º | 0.43% | 0.47% | - |
| XYZ | 13.86 | 17.17 | 8.21 | - |
| YUV | 110.59 | 104.53 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 121 | 69 | 0.12 | 0 | 0.43 | 0.53 | 77.31 | 0.27 | 0.37 |
| Hex | 6A | 79 | 45 | C | 0 | 2B | 35 | 4D | 1B | 25 |
| Octal | 152 | 171 | 105 | 14 | 0 | 53 | 65 | 115 | 33 | 45 |
| Binary | 1101010 | 1111001 | 1000101 | 1100 | 0 | 101011 | 110101 | 1001101 | 11011 | 100101 |
Color Harmonies of #6A7945
Complementary color
Monochromatic Colors of #6A7945
Black with #6A7945
Text Example
Text Example
White with #6A7945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7945; }
p { color: rgb(106,121,69); }
H1.HeaderClassName
{
color: #6A7945;
}
.AnyTagClassName
{
color: #6A7945;
}
</style>
background-color css
<style>
a { background-color: #6A7945; }
a { background-color: rgb(106,121,69); }
div.DivClassName
{
background-color: #6A7945;
}
.BgClassName
{
background-color: #6A7945;
}
</style>
border-color css
<style>
span { border-color: #6A7945; }
span { border-color: rgb(106,121,69); }
td.TdClassName
{
border-color: #6A7945;
}
.TagClassName
{
border-color: #6A7945;
}
</style>