Shades of Woodland #6A783D
Tints of Woodland #6A783D
RGB
CMYK
RGB Variations
Color information
#6A783D (or 0x6A783D) is known color: Woodland. HEX triplet: 6A, 78 and 3D. RGB value is (106,120,61). Sum of RGB (Red+Green+Blue) = 106+120+61=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 120 (47.27% from 255 or 41.81% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 120 - color contains mainly: green. Hex color #6A783D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A783D is #9587C2. Grayscale: #6D6D6D. Windows color (decimal): -9799619 or 4028522. OLE color: 4028522.
HSL color Cylindrical-coordinate representation of color #6A783D: hue angle of 74.24º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A783D is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 120 | 61 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.53 |
| HSL | 74.24º | 0.33% | 0.35% | - |
| HSV(B) | 74.24º | 0.49% | 0.47% | - |
| XYZ | 13.5 | 16.83 | 6.95 | - |
| YUV | 109.09 | 100.86 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 120 | 61 | 0.12 | 0 | 0.49 | 0.53 | 74.24 | 0.33 | 0.35 |
| Hex | 6A | 78 | 3D | C | 0 | 31 | 35 | 4A | 21 | 23 |
| Octal | 152 | 170 | 75 | 14 | 0 | 61 | 65 | 112 | 41 | 43 |
| Binary | 1101010 | 1111000 | 111101 | 1100 | 0 | 110001 | 110101 | 1001010 | 100001 | 100011 |
Color Harmonies of #6A783D
Complementary color
Monochromatic Colors of #6A783D
Black with #6A783D
Text Example
Text Example
White with #6A783D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A783D; }
p { color: rgb(106,120,61); }
H1.HeaderClassName
{
color: #6A783D;
}
.AnyTagClassName
{
color: #6A783D;
}
</style>
background-color css
<style>
a { background-color: #6A783D; }
a { background-color: rgb(106,120,61); }
div.DivClassName
{
background-color: #6A783D;
}
.BgClassName
{
background-color: #6A783D;
}
</style>
border-color css
<style>
span { border-color: #6A783D; }
span { border-color: rgb(106,120,61); }
td.TdClassName
{
border-color: #6A783D;
}
.TagClassName
{
border-color: #6A783D;
}
</style>