Shades of Woodland #626A40
Tints of Woodland #626A40
RGB
CMYK
RGB Variations
Color information
#626A40 (or 0x626A40) is known color: Woodland. HEX triplet: 62, 6A and 40. RGB value is (98,106,64). Sum of RGB (Red+Green+Blue) = 98+106+64=268 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.57% from 268); Green value is 106 (41.80% from 255 or 39.55% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 106 - color contains mainly: green. Hex color #626A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626A40 is #9D95BF. Grayscale: #626262. Windows color (decimal): -10327488 or 4221538. OLE color: 4221538.
HSL color Cylindrical-coordinate representation of color #626A40: hue angle of 71.43º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #626A40 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 106 | 64 | - |
| CMYK | 0.08 | 0 | 0.40 | 0.58 |
| HSL | 71.43º | 0.25% | 0.33% | - |
| HSV(B) | 71.43º | 0.4% | 0.42% | - |
| XYZ | 11.12 | 13.27 | 6.83 | - |
| YUV | 98.82 | 108.35 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 106 | 64 | 0.08 | 0 | 0.40 | 0.58 | 71.43 | 0.25 | 0.33 |
| Hex | 62 | 6A | 40 | 8 | 0 | 28 | 3A | 47 | 19 | 21 |
| Octal | 142 | 152 | 100 | 10 | 0 | 50 | 72 | 107 | 31 | 41 |
| Binary | 1100010 | 1101010 | 1000000 | 1000 | 0 | 101000 | 111010 | 1000111 | 11001 | 100001 |
Color Harmonies of #626A40
Complementary color
Monochromatic Colors of #626A40
Black with #626A40
Text Example
Text Example
White with #626A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626A40; }
p { color: rgb(98,106,64); }
H1.HeaderClassName
{
color: #626A40;
}
.AnyTagClassName
{
color: #626A40;
}
</style>
background-color css
<style>
a { background-color: #626A40; }
a { background-color: rgb(98,106,64); }
div.DivClassName
{
background-color: #626A40;
}
.BgClassName
{
background-color: #626A40;
}
</style>
border-color css
<style>
span { border-color: #626A40; }
span { border-color: rgb(98,106,64); }
td.TdClassName
{
border-color: #626A40;
}
.TagClassName
{
border-color: #626A40;
}
</style>