Shades of Woodland #6A733B
Tints of Woodland #6A733B
RGB
CMYK
RGB Variations
Color information
#6A733B (or 0x6A733B) is known color: Woodland. HEX triplet: 6A, 73 and 3B. RGB value is (106,115,59). Sum of RGB (Red+Green+Blue) = 106+115+59=280 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.86% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 115 - color contains mainly: green. Hex color #6A733B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A733B is #958CC4. Grayscale: #6A6A6A. Windows color (decimal): -9800901 or 3896170. OLE color: 3896170.
HSL color Cylindrical-coordinate representation of color #6A733B: hue angle of 69.64º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A733B is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 115 | 59 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.55 |
| HSL | 69.64º | 0.32% | 0.34% | - |
| HSV(B) | 69.64º | 0.49% | 0.45% | - |
| XYZ | 12.86 | 15.64 | 6.48 | - |
| YUV | 105.93 | 101.52 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 115 | 59 | 0.08 | 0 | 0.49 | 0.55 | 69.64 | 0.32 | 0.34 |
| Hex | 6A | 73 | 3B | 8 | 0 | 31 | 37 | 46 | 20 | 22 |
| Octal | 152 | 163 | 73 | 10 | 0 | 61 | 67 | 106 | 40 | 42 |
| Binary | 1101010 | 1110011 | 111011 | 1000 | 0 | 110001 | 110111 | 1000110 | 100000 | 100010 |
Color Harmonies of #6A733B
Complementary color
Monochromatic Colors of #6A733B
Black with #6A733B
Text Example
Text Example
White with #6A733B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A733B; }
p { color: rgb(106,115,59); }
H1.HeaderClassName
{
color: #6A733B;
}
.AnyTagClassName
{
color: #6A733B;
}
</style>
background-color css
<style>
a { background-color: #6A733B; }
a { background-color: rgb(106,115,59); }
div.DivClassName
{
background-color: #6A733B;
}
.BgClassName
{
background-color: #6A733B;
}
</style>
border-color css
<style>
span { border-color: #6A733B; }
span { border-color: rgb(106,115,59); }
td.TdClassName
{
border-color: #6A733B;
}
.TagClassName
{
border-color: #6A733B;
}
</style>