Shades of Woodland #626B3F
Tints of Woodland #626B3F
RGB
CMYK
RGB Variations
Color information
#626B3F (or 0x626B3F) is known color: Woodland. HEX triplet: 62, 6B and 3F. RGB value is (98,107,63). Sum of RGB (Red+Green+Blue) = 98+107+63=268 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.57% from 268); Green value is 107 (42.19% from 255 or 39.93% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 107 - color contains mainly: green. Hex color #626B3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626B3F is #9D94C0. Grayscale: #636363. Windows color (decimal): -10327233 or 4156258. OLE color: 4156258.
HSL color Cylindrical-coordinate representation of color #626B3F: hue angle of 72.27º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #626B3F is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 107 | 63 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.58 |
| HSL | 72.27º | 0.26% | 0.33% | - |
| HSV(B) | 72.27º | 0.41% | 0.42% | - |
| XYZ | 11.19 | 13.47 | 6.71 | - |
| YUV | 99.29 | 107.52 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 107 | 63 | 0.08 | 0 | 0.41 | 0.58 | 72.27 | 0.26 | 0.33 |
| Hex | 62 | 6B | 3F | 8 | 0 | 29 | 3A | 48 | 1A | 21 |
| Octal | 142 | 153 | 77 | 10 | 0 | 51 | 72 | 110 | 32 | 41 |
| Binary | 1100010 | 1101011 | 111111 | 1000 | 0 | 101001 | 111010 | 1001000 | 11010 | 100001 |
Color Harmonies of #626B3F
Complementary color
Monochromatic Colors of #626B3F
Black with #626B3F
Text Example
Text Example
White with #626B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626B3F; }
p { color: rgb(98,107,63); }
H1.HeaderClassName
{
color: #626B3F;
}
.AnyTagClassName
{
color: #626B3F;
}
</style>
background-color css
<style>
a { background-color: #626B3F; }
a { background-color: rgb(98,107,63); }
div.DivClassName
{
background-color: #626B3F;
}
.BgClassName
{
background-color: #626B3F;
}
</style>
border-color css
<style>
span { border-color: #626B3F; }
span { border-color: rgb(98,107,63); }
td.TdClassName
{
border-color: #626B3F;
}
.TagClassName
{
border-color: #626B3F;
}
</style>