Shades of Woodland #6A753D
Tints of Woodland #6A753D
RGB
CMYK
RGB Variations
Color information
#6A753D (or 0x6A753D) is known color: Woodland. HEX triplet: 6A, 75 and 3D. RGB value is (106,117,61). Sum of RGB (Red+Green+Blue) = 106+117+61=284 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.32% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 117 - color contains mainly: green. Hex color #6A753D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A753D is #958AC2. Grayscale: #6B6B6B. Windows color (decimal): -9800387 or 4027754. OLE color: 4027754.
HSL color Cylindrical-coordinate representation of color #6A753D: hue angle of 71.79º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A753D is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 106 | 117 | 61 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.54 |
| HSL | 71.79º | 0.31% | 0.35% | - |
| HSV(B) | 71.79º | 0.48% | 0.46% | - |
| XYZ | 13.15 | 16.12 | 6.83 | - |
| YUV | 107.33 | 101.86 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 117 | 61 | 0.09 | 0 | 0.48 | 0.54 | 71.79 | 0.31 | 0.35 |
| Hex | 6A | 75 | 3D | 9 | 0 | 30 | 36 | 48 | 1F | 23 |
| Octal | 152 | 165 | 75 | 11 | 0 | 60 | 66 | 110 | 37 | 43 |
| Binary | 1101010 | 1110101 | 111101 | 1001 | 0 | 110000 | 110110 | 1001000 | 11111 | 100011 |
Color Harmonies of #6A753D
Complementary color
Monochromatic Colors of #6A753D
Black with #6A753D
Text Example
Text Example
White with #6A753D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A753D; }
p { color: rgb(106,117,61); }
H1.HeaderClassName
{
color: #6A753D;
}
.AnyTagClassName
{
color: #6A753D;
}
</style>
background-color css
<style>
a { background-color: #6A753D; }
a { background-color: rgb(106,117,61); }
div.DivClassName
{
background-color: #6A753D;
}
.BgClassName
{
background-color: #6A753D;
}
</style>
border-color css
<style>
span { border-color: #6A753D; }
span { border-color: rgb(106,117,61); }
td.TdClassName
{
border-color: #6A753D;
}
.TagClassName
{
border-color: #6A753D;
}
</style>