Shades of Woodland #6F733C
Tints of Woodland #6F733C
RGB
CMYK
RGB Variations
Color information
#6F733C (or 0x6F733C) is known color: Woodland. HEX triplet: 6F, 73 and 3C. RGB value is (111,115,60). Sum of RGB (Red+Green+Blue) = 111+115+60=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 115 - color contains mainly: green. Hex color #6F733C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F733C is #908CC3. Grayscale: #6B6B6B. Windows color (decimal): -9473220 or 3961711. OLE color: 3961711.
HSL color Cylindrical-coordinate representation of color #6F733C: hue angle of 64.36º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F733C is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 115 | 60 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.55 |
| HSL | 64.36º | 0.31% | 0.34% | - |
| HSV(B) | 64.36º | 0.48% | 0.45% | - |
| XYZ | 13.5 | 15.97 | 6.65 | - |
| YUV | 107.53 | 101.17 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 115 | 60 | 0.03 | 0 | 0.48 | 0.55 | 64.36 | 0.31 | 0.34 |
| Hex | 6F | 73 | 3C | 3 | 0 | 30 | 37 | 40 | 1F | 22 |
| Octal | 157 | 163 | 74 | 3 | 0 | 60 | 67 | 100 | 37 | 42 |
| Binary | 1101111 | 1110011 | 111100 | 11 | 0 | 110000 | 110111 | 1000000 | 11111 | 100010 |
Color Harmonies of #6F733C
Complementary color
Monochromatic Colors of #6F733C
Black with #6F733C
Text Example
Text Example
White with #6F733C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F733C; }
p { color: rgb(111,115,60); }
H1.HeaderClassName
{
color: #6F733C;
}
.AnyTagClassName
{
color: #6F733C;
}
</style>
background-color css
<style>
a { background-color: #6F733C; }
a { background-color: rgb(111,115,60); }
div.DivClassName
{
background-color: #6F733C;
}
.BgClassName
{
background-color: #6F733C;
}
</style>
border-color css
<style>
span { border-color: #6F733C; }
span { border-color: rgb(111,115,60); }
td.TdClassName
{
border-color: #6F733C;
}
.TagClassName
{
border-color: #6F733C;
}
</style>