Shades of Woodland #6A783E
Tints of Woodland #6A783E
RGB
CMYK
RGB Variations
Color information
#6A783E (or 0x6A783E) is known color: Woodland. HEX triplet: 6A, 78 and 3E. RGB value is (106,120,62). Sum of RGB (Red+Green+Blue) = 106+120+62=288 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.81% from 288); Green value is 120 (47.27% from 255 or 41.67% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 120 - color contains mainly: green. Hex color #6A783E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A783E is #9587C1. Grayscale: #6D6D6D. Windows color (decimal): -9799618 or 4094058. OLE color: 4094058.
HSL color Cylindrical-coordinate representation of color #6A783E: hue angle of 74.48º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A783E is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 120 | 62 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.53 |
| HSL | 74.48º | 0.32% | 0.36% | - |
| HSV(B) | 74.48º | 0.48% | 0.47% | - |
| XYZ | 13.53 | 16.84 | 7.1 | - |
| YUV | 109.2 | 101.36 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 120 | 62 | 0.12 | 0 | 0.48 | 0.53 | 74.48 | 0.32 | 0.36 |
| Hex | 6A | 78 | 3E | C | 0 | 30 | 35 | 4A | 20 | 24 |
| Octal | 152 | 170 | 76 | 14 | 0 | 60 | 65 | 112 | 40 | 44 |
| Binary | 1101010 | 1111000 | 111110 | 1100 | 0 | 110000 | 110101 | 1001010 | 100000 | 100100 |
Color Harmonies of #6A783E
Complementary color
Monochromatic Colors of #6A783E
Black with #6A783E
Text Example
Text Example
White with #6A783E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A783E; }
p { color: rgb(106,120,62); }
H1.HeaderClassName
{
color: #6A783E;
}
.AnyTagClassName
{
color: #6A783E;
}
</style>
background-color css
<style>
a { background-color: #6A783E; }
a { background-color: rgb(106,120,62); }
div.DivClassName
{
background-color: #6A783E;
}
.BgClassName
{
background-color: #6A783E;
}
</style>
border-color css
<style>
span { border-color: #6A783E; }
span { border-color: rgb(106,120,62); }
td.TdClassName
{
border-color: #6A783E;
}
.TagClassName
{
border-color: #6A783E;
}
</style>