Shades of Woodland #626C46
Tints of Woodland #626C46
RGB
CMYK
RGB Variations
Color information
#626C46 (or 0x626C46) is known color: Woodland. HEX triplet: 62, 6C and 46. RGB value is (98,108,70). Sum of RGB (Red+Green+Blue) = 98+108+70=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 108 (42.58% from 255 or 39.13% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 108 - color contains mainly: green. Hex color #626C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626C46 is #9D93B9. Grayscale: #646464. Windows color (decimal): -10326970 or 4615266. OLE color: 4615266.
HSL color Cylindrical-coordinate representation of color #626C46: hue angle of 75.79º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #626C46 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 108 | 70 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.58 |
| HSL | 75.79º | 0.21% | 0.35% | - |
| HSV(B) | 75.79º | 0.35% | 0.42% | - |
| XYZ | 11.51 | 13.76 | 7.84 | - |
| YUV | 100.68 | 110.69 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 108 | 70 | 0.09 | 0 | 0.35 | 0.58 | 75.79 | 0.21 | 0.35 |
| Hex | 62 | 6C | 46 | 9 | 0 | 23 | 3A | 4C | 15 | 23 |
| Octal | 142 | 154 | 106 | 11 | 0 | 43 | 72 | 114 | 25 | 43 |
| Binary | 1100010 | 1101100 | 1000110 | 1001 | 0 | 100011 | 111010 | 1001100 | 10101 | 100011 |
Color Harmonies of #626C46
Complementary color
Monochromatic Colors of #626C46
Black with #626C46
Text Example
Text Example
White with #626C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626C46; }
p { color: rgb(98,108,70); }
H1.HeaderClassName
{
color: #626C46;
}
.AnyTagClassName
{
color: #626C46;
}
</style>
background-color css
<style>
a { background-color: #626C46; }
a { background-color: rgb(98,108,70); }
div.DivClassName
{
background-color: #626C46;
}
.BgClassName
{
background-color: #626C46;
}
</style>
border-color css
<style>
span { border-color: #626C46; }
span { border-color: rgb(98,108,70); }
td.TdClassName
{
border-color: #626C46;
}
.TagClassName
{
border-color: #626C46;
}
</style>