Shades of Woodland #6A793D
Tints of Woodland #6A793D
RGB
CMYK
RGB Variations
Color information
#6A793D (or 0x6A793D) is known color: Woodland. HEX triplet: 6A, 79 and 3D. RGB value is (106,121,61). Sum of RGB (Red+Green+Blue) = 106+121+61=288 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.81% from 288); Green value is 121 (47.66% from 255 or 42.01% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 121 - color contains mainly: green. Hex color #6A793D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A793D is #9586C2. Grayscale: #6D6D6D. Windows color (decimal): -9799363 or 4028778. OLE color: 4028778.
HSL color Cylindrical-coordinate representation of color #6A793D: hue angle of 75º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6A793D is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 121 | 61 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.53 |
| HSL | 75º | 0.33% | 0.36% | - |
| HSV(B) | 75º | 0.5% | 0.47% | - |
| XYZ | 13.62 | 17.08 | 6.99 | - |
| YUV | 109.68 | 100.53 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 121 | 61 | 0.12 | 0 | 0.50 | 0.53 | 75 | 0.33 | 0.36 |
| Hex | 6A | 79 | 3D | C | 0 | 32 | 35 | 4B | 21 | 24 |
| Octal | 152 | 171 | 75 | 14 | 0 | 62 | 65 | 113 | 41 | 44 |
| Binary | 1101010 | 1111001 | 111101 | 1100 | 0 | 110010 | 110101 | 1001011 | 100001 | 100100 |
Color Harmonies of #6A793D
Complementary color
Monochromatic Colors of #6A793D
Black with #6A793D
Text Example
Text Example
White with #6A793D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A793D; }
p { color: rgb(106,121,61); }
H1.HeaderClassName
{
color: #6A793D;
}
.AnyTagClassName
{
color: #6A793D;
}
</style>
background-color css
<style>
a { background-color: #6A793D; }
a { background-color: rgb(106,121,61); }
div.DivClassName
{
background-color: #6A793D;
}
.BgClassName
{
background-color: #6A793D;
}
</style>
border-color css
<style>
span { border-color: #6A793D; }
span { border-color: rgb(106,121,61); }
td.TdClassName
{
border-color: #6A793D;
}
.TagClassName
{
border-color: #6A793D;
}
</style>