Shades of Woodland #6B763F
Tints of Woodland #6B763F
RGB
CMYK
RGB Variations
Color information
#6B763F (or 0x6B763F) is known color: Woodland. HEX triplet: 6B, 76 and 3F. RGB value is (107,118,63). Sum of RGB (Red+Green+Blue) = 107+118+63=288 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.15% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 118 - color contains mainly: green. Hex color #6B763F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B763F is #9489C0. Grayscale: #6C6C6C. Windows color (decimal): -9734593 or 4159083. OLE color: 4159083.
HSL color Cylindrical-coordinate representation of color #6B763F: hue angle of 72º 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 #6B763F is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 107 | 118 | 63 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.54 |
| HSL | 72º | 0.3% | 0.35% | - |
| HSV(B) | 72º | 0.47% | 0.46% | - |
| XYZ | 13.44 | 16.44 | 7.17 | - |
| YUV | 108.44 | 102.36 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 118 | 63 | 0.09 | 0 | 0.47 | 0.54 | 72 | 0.3 | 0.35 |
| Hex | 6B | 76 | 3F | 9 | 0 | 2F | 36 | 48 | 1E | 23 |
| Octal | 153 | 166 | 77 | 11 | 0 | 57 | 66 | 110 | 36 | 43 |
| Binary | 1101011 | 1110110 | 111111 | 1001 | 0 | 101111 | 110110 | 1001000 | 11110 | 100011 |
Color Harmonies of #6B763F
Complementary color
Monochromatic Colors of #6B763F
Black with #6B763F
Text Example
Text Example
White with #6B763F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B763F; }
p { color: rgb(107,118,63); }
H1.HeaderClassName
{
color: #6B763F;
}
.AnyTagClassName
{
color: #6B763F;
}
</style>
background-color css
<style>
a { background-color: #6B763F; }
a { background-color: rgb(107,118,63); }
div.DivClassName
{
background-color: #6B763F;
}
.BgClassName
{
background-color: #6B763F;
}
</style>
border-color css
<style>
span { border-color: #6B763F; }
span { border-color: rgb(107,118,63); }
td.TdClassName
{
border-color: #6B763F;
}
.TagClassName
{
border-color: #6B763F;
}
</style>