Shades of Woodland #6B763E
Tints of Woodland #6B763E
RGB
CMYK
RGB Variations
Color information
#6B763E (or 0x6B763E) is known color: Woodland. HEX triplet: 6B, 76 and 3E. RGB value is (107,118,62). Sum of RGB (Red+Green+Blue) = 107+118+62=287 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.28% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 118 - color contains mainly: green. Hex color #6B763E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B763E is #9489C1. Grayscale: #6C6C6C. Windows color (decimal): -9734594 or 4093547. OLE color: 4093547.
HSL color Cylindrical-coordinate representation of color #6B763E: 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.47%. Process color model (Four color, CMYK) of #6B763E is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 107 | 118 | 62 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.54 |
| HSL | 71.79º | 0.31% | 0.35% | - |
| HSV(B) | 71.79º | 0.47% | 0.46% | - |
| XYZ | 13.41 | 16.43 | 7.02 | - |
| YUV | 108.33 | 101.86 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 118 | 62 | 0.09 | 0 | 0.47 | 0.54 | 71.79 | 0.31 | 0.35 |
| Hex | 6B | 76 | 3E | 9 | 0 | 2F | 36 | 48 | 1F | 23 |
| Octal | 153 | 166 | 76 | 11 | 0 | 57 | 66 | 110 | 37 | 43 |
| Binary | 1101011 | 1110110 | 111110 | 1001 | 0 | 101111 | 110110 | 1001000 | 11111 | 100011 |
Color Harmonies of #6B763E
Complementary color
Monochromatic Colors of #6B763E
Black with #6B763E
Text Example
Text Example
White with #6B763E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B763E; }
p { color: rgb(107,118,62); }
H1.HeaderClassName
{
color: #6B763E;
}
.AnyTagClassName
{
color: #6B763E;
}
</style>
background-color css
<style>
a { background-color: #6B763E; }
a { background-color: rgb(107,118,62); }
div.DivClassName
{
background-color: #6B763E;
}
.BgClassName
{
background-color: #6B763E;
}
</style>
border-color css
<style>
span { border-color: #6B763E; }
span { border-color: rgb(107,118,62); }
td.TdClassName
{
border-color: #6B763E;
}
.TagClassName
{
border-color: #6B763E;
}
</style>