Shades of Woodland #626A4E
Tints of Woodland #626A4E
RGB
CMYK
RGB Variations
Color information
#626A4E (or 0x626A4E) is known color: Woodland. HEX triplet: 62, 6A and 4E. RGB value is (98,106,78). Sum of RGB (Red+Green+Blue) = 98+106+78=282 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.75% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 106 - color contains mainly: green. Hex color #626A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626A4E is #9D95B1. Grayscale: #646464. Windows color (decimal): -10327474 or 5139042. OLE color: 5139042.
HSL color Cylindrical-coordinate representation of color #626A4E: hue angle of 77.14º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #626A4E is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 106 | 78 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.58 |
| HSL | 77.14º | 0.15% | 0.36% | - |
| HSV(B) | 77.14º | 0.26% | 0.42% | - |
| XYZ | 11.57 | 13.45 | 9.2 | - |
| YUV | 100.42 | 115.35 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 106 | 78 | 0.08 | 0 | 0.26 | 0.58 | 77.14 | 0.15 | 0.36 |
| Hex | 62 | 6A | 4E | 8 | 0 | 1A | 3A | 4D | F | 24 |
| Octal | 142 | 152 | 116 | 10 | 0 | 32 | 72 | 115 | 17 | 44 |
| Binary | 1100010 | 1101010 | 1001110 | 1000 | 0 | 11010 | 111010 | 1001101 | 1111 | 100100 |
Color Harmonies of #626A4E
Complementary color
Monochromatic Colors of #626A4E
Black with #626A4E
Text Example
Text Example
White with #626A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626A4E; }
p { color: rgb(98,106,78); }
H1.HeaderClassName
{
color: #626A4E;
}
.AnyTagClassName
{
color: #626A4E;
}
</style>
background-color css
<style>
a { background-color: #626A4E; }
a { background-color: rgb(98,106,78); }
div.DivClassName
{
background-color: #626A4E;
}
.BgClassName
{
background-color: #626A4E;
}
</style>
border-color css
<style>
span { border-color: #626A4E; }
span { border-color: rgb(98,106,78); }
td.TdClassName
{
border-color: #626A4E;
}
.TagClassName
{
border-color: #626A4E;
}
</style>