Shades of Woodland #616D3E
Tints of Woodland #616D3E
RGB
CMYK
RGB Variations
Color information
#616D3E (or 0x616D3E) is known color: Woodland. HEX triplet: 61, 6D and 3E. RGB value is (97,109,62). Sum of RGB (Red+Green+Blue) = 97+109+62=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 109 (42.97% from 255 or 40.67% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 109 - color contains mainly: green. Hex color #616D3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616D3E is #9E92C1. Grayscale: #646464. Windows color (decimal): -10392258 or 4091233. OLE color: 4091233.
HSL color Cylindrical-coordinate representation of color #616D3E: hue angle of 75.32º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #616D3E is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 109 | 62 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.57 |
| HSL | 75.32º | 0.27% | 0.34% | - |
| HSV(B) | 75.32º | 0.43% | 0.43% | - |
| XYZ | 11.27 | 13.83 | 6.63 | - |
| YUV | 100.05 | 106.52 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 109 | 62 | 0.11 | 0 | 0.43 | 0.57 | 75.32 | 0.27 | 0.34 |
| Hex | 61 | 6D | 3E | B | 0 | 2B | 39 | 4B | 1B | 22 |
| Octal | 141 | 155 | 76 | 13 | 0 | 53 | 71 | 113 | 33 | 42 |
| Binary | 1100001 | 1101101 | 111110 | 1011 | 0 | 101011 | 111001 | 1001011 | 11011 | 100010 |
Color Harmonies of #616D3E
Complementary color
Monochromatic Colors of #616D3E
Black with #616D3E
Text Example
Text Example
White with #616D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616D3E; }
p { color: rgb(97,109,62); }
H1.HeaderClassName
{
color: #616D3E;
}
.AnyTagClassName
{
color: #616D3E;
}
</style>
background-color css
<style>
a { background-color: #616D3E; }
a { background-color: rgb(97,109,62); }
div.DivClassName
{
background-color: #616D3E;
}
.BgClassName
{
background-color: #616D3E;
}
</style>
border-color css
<style>
span { border-color: #616D3E; }
span { border-color: rgb(97,109,62); }
td.TdClassName
{
border-color: #616D3E;
}
.TagClassName
{
border-color: #616D3E;
}
</style>