Shades of Woodland #5F624D
Tints of Woodland #5F624D
RGB
CMYK
RGB Variations
Color information
#5F624D (or 0x5F624D) is known color: Woodland. HEX triplet: 5F, 62 and 4D. RGB value is (95,98,77). Sum of RGB (Red+Green+Blue) = 95+98+77=270 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.19% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 98 - color contains mainly: green. Hex color #5F624D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F624D is #A09DB2. Grayscale: #5E5E5E. Windows color (decimal): -10526131 or 5071455. OLE color: 5071455.
HSL color Cylindrical-coordinate representation of color #5F624D: hue angle of 68.57º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5F624D is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 98 | 77 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.62 |
| HSL | 68.57º | 0.12% | 0.34% | - |
| HSV(B) | 68.57º | 0.21% | 0.38% | - |
| XYZ | 10.43 | 11.7 | 8.73 | - |
| YUV | 94.71 | 118.01 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 98 | 77 | 0.03 | 0 | 0.21 | 0.62 | 68.57 | 0.12 | 0.34 |
| Hex | 5F | 62 | 4D | 3 | 0 | 15 | 3E | 45 | C | 22 |
| Octal | 137 | 142 | 115 | 3 | 0 | 25 | 76 | 105 | 14 | 42 |
| Binary | 1011111 | 1100010 | 1001101 | 11 | 0 | 10101 | 111110 | 1000101 | 1100 | 100010 |
Color Harmonies of #5F624D
Complementary color
Monochromatic Colors of #5F624D
Black with #5F624D
Text Example
Text Example
White with #5F624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F624D; }
p { color: rgb(95,98,77); }
H1.HeaderClassName
{
color: #5F624D;
}
.AnyTagClassName
{
color: #5F624D;
}
</style>
background-color css
<style>
a { background-color: #5F624D; }
a { background-color: rgb(95,98,77); }
div.DivClassName
{
background-color: #5F624D;
}
.BgClassName
{
background-color: #5F624D;
}
</style>
border-color css
<style>
span { border-color: #5F624D; }
span { border-color: rgb(95,98,77); }
td.TdClassName
{
border-color: #5F624D;
}
.TagClassName
{
border-color: #5F624D;
}
</style>