Shades of Woodland #6A763F
Tints of Woodland #6A763F
RGB
CMYK
RGB Variations
Color information
#6A763F (or 0x6A763F) is known color: Woodland. HEX triplet: 6A, 76 and 3F. RGB value is (106,118,63). Sum of RGB (Red+Green+Blue) = 106+118+63=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 118 - color contains mainly: green. Hex color #6A763F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A763F is #9589C0. Grayscale: #6C6C6C. Windows color (decimal): -9800129 or 4159082. OLE color: 4159082.
HSL color Cylindrical-coordinate representation of color #6A763F: hue angle of 73.09º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6A763F is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 106 | 118 | 63 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.54 |
| HSL | 73.09º | 0.3% | 0.35% | - |
| HSV(B) | 73.09º | 0.47% | 0.46% | - |
| XYZ | 13.32 | 16.38 | 7.16 | - |
| YUV | 108.14 | 102.52 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 118 | 63 | 0.10 | 0 | 0.47 | 0.54 | 73.09 | 0.3 | 0.35 |
| Hex | 6A | 76 | 3F | A | 0 | 2F | 36 | 49 | 1E | 23 |
| Octal | 152 | 166 | 77 | 12 | 0 | 57 | 66 | 111 | 36 | 43 |
| Binary | 1101010 | 1110110 | 111111 | 1010 | 0 | 101111 | 110110 | 1001001 | 11110 | 100011 |
Color Harmonies of #6A763F
Complementary color
Monochromatic Colors of #6A763F
Black with #6A763F
Text Example
Text Example
White with #6A763F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A763F; }
p { color: rgb(106,118,63); }
H1.HeaderClassName
{
color: #6A763F;
}
.AnyTagClassName
{
color: #6A763F;
}
</style>
background-color css
<style>
a { background-color: #6A763F; }
a { background-color: rgb(106,118,63); }
div.DivClassName
{
background-color: #6A763F;
}
.BgClassName
{
background-color: #6A763F;
}
</style>
border-color css
<style>
span { border-color: #6A763F; }
span { border-color: rgb(106,118,63); }
td.TdClassName
{
border-color: #6A763F;
}
.TagClassName
{
border-color: #6A763F;
}
</style>