Shades of Woodland #626B4E
Tints of Woodland #626B4E
RGB
CMYK
RGB Variations
Color information
#626B4E (or 0x626B4E) is known color: Woodland. HEX triplet: 62, 6B and 4E. RGB value is (98,107,78). Sum of RGB (Red+Green+Blue) = 98+107+78=283 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.63% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 107 - color contains mainly: green. Hex color #626B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626B4E is #9D94B1. Grayscale: #656565. Windows color (decimal): -10327218 or 5139298. OLE color: 5139298.
HSL color Cylindrical-coordinate representation of color #626B4E: hue angle of 78.62º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #626B4E is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 107 | 78 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.58 |
| HSL | 78.62º | 0.16% | 0.36% | - |
| HSV(B) | 78.62º | 0.27% | 0.42% | - |
| XYZ | 11.67 | 13.66 | 9.23 | - |
| YUV | 101 | 115.02 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 107 | 78 | 0.08 | 0 | 0.27 | 0.58 | 78.62 | 0.16 | 0.36 |
| Hex | 62 | 6B | 4E | 8 | 0 | 1B | 3A | 4F | 10 | 24 |
| Octal | 142 | 153 | 116 | 10 | 0 | 33 | 72 | 117 | 20 | 44 |
| Binary | 1100010 | 1101011 | 1001110 | 1000 | 0 | 11011 | 111010 | 1001111 | 10000 | 100100 |
Color Harmonies of #626B4E
Complementary color
Monochromatic Colors of #626B4E
Black with #626B4E
Text Example
Text Example
White with #626B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626B4E; }
p { color: rgb(98,107,78); }
H1.HeaderClassName
{
color: #626B4E;
}
.AnyTagClassName
{
color: #626B4E;
}
</style>
background-color css
<style>
a { background-color: #626B4E; }
a { background-color: rgb(98,107,78); }
div.DivClassName
{
background-color: #626B4E;
}
.BgClassName
{
background-color: #626B4E;
}
</style>
border-color css
<style>
span { border-color: #626B4E; }
span { border-color: rgb(98,107,78); }
td.TdClassName
{
border-color: #626B4E;
}
.TagClassName
{
border-color: #626B4E;
}
</style>