Shades of Woodland #5F624F
Tints of Woodland #5F624F
RGB
CMYK
RGB Variations
Color information
#5F624F (or 0x5F624F) is known color: Woodland. HEX triplet: 5F, 62 and 4F. RGB value is (95,98,79). Sum of RGB (Red+Green+Blue) = 95+98+79=272 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.93% from 272); Green value is 98 (38.67% from 255 or 36.03% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 98 - color contains mainly: green. Hex color #5F624F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F624F is #A09DB0. Grayscale: #5F5F5F. Windows color (decimal): -10526129 or 5202527. OLE color: 5202527.
HSL color Cylindrical-coordinate representation of color #5F624F: hue angle of 69.47º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5F624F is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 98 | 79 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.62 |
| HSL | 69.47º | 0.11% | 0.35% | - |
| HSV(B) | 69.47º | 0.19% | 0.38% | - |
| XYZ | 10.5 | 11.73 | 9.11 | - |
| YUV | 94.94 | 119.01 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 98 | 79 | 0.03 | 0 | 0.19 | 0.62 | 69.47 | 0.11 | 0.35 |
| Hex | 5F | 62 | 4F | 3 | 0 | 13 | 3E | 45 | B | 23 |
| Octal | 137 | 142 | 117 | 3 | 0 | 23 | 76 | 105 | 13 | 43 |
| Binary | 1011111 | 1100010 | 1001111 | 11 | 0 | 10011 | 111110 | 1000101 | 1011 | 100011 |
Color Harmonies of #5F624F
Complementary color
Monochromatic Colors of #5F624F
Black with #5F624F
Text Example
Text Example
White with #5F624F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F624F; }
p { color: rgb(95,98,79); }
H1.HeaderClassName
{
color: #5F624F;
}
.AnyTagClassName
{
color: #5F624F;
}
</style>
background-color css
<style>
a { background-color: #5F624F; }
a { background-color: rgb(95,98,79); }
div.DivClassName
{
background-color: #5F624F;
}
.BgClassName
{
background-color: #5F624F;
}
</style>
border-color css
<style>
span { border-color: #5F624F; }
span { border-color: rgb(95,98,79); }
td.TdClassName
{
border-color: #5F624F;
}
.TagClassName
{
border-color: #5F624F;
}
</style>