Shades of Woodland #5F654C
Tints of Woodland #5F654C
RGB
CMYK
RGB Variations
Color information
#5F654C (or 0x5F654C) is known color: Woodland. HEX triplet: 5F, 65 and 4C. RGB value is (95,101,76). Sum of RGB (Red+Green+Blue) = 95+101+76=272 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.93% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 101 - color contains mainly: green. Hex color #5F654C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F654C is #A09AB3. Grayscale: #606060. Windows color (decimal): -10525364 or 5006687. OLE color: 5006687.
HSL color Cylindrical-coordinate representation of color #5F654C: hue angle of 74.4º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5F654C is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 101 | 76 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.60 |
| HSL | 74.4º | 0.14% | 0.35% | - |
| HSV(B) | 74.4º | 0.25% | 0.4% | - |
| XYZ | 10.68 | 12.26 | 8.64 | - |
| YUV | 96.36 | 116.51 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 101 | 76 | 0.06 | 0 | 0.25 | 0.60 | 74.4 | 0.14 | 0.35 |
| Hex | 5F | 65 | 4C | 6 | 0 | 19 | 3C | 4A | E | 23 |
| Octal | 137 | 145 | 114 | 6 | 0 | 31 | 74 | 112 | 16 | 43 |
| Binary | 1011111 | 1100101 | 1001100 | 110 | 0 | 11001 | 111100 | 1001010 | 1110 | 100011 |
Color Harmonies of #5F654C
Complementary color
Monochromatic Colors of #5F654C
Black with #5F654C
Text Example
Text Example
White with #5F654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F654C; }
p { color: rgb(95,101,76); }
H1.HeaderClassName
{
color: #5F654C;
}
.AnyTagClassName
{
color: #5F654C;
}
</style>
background-color css
<style>
a { background-color: #5F654C; }
a { background-color: rgb(95,101,76); }
div.DivClassName
{
background-color: #5F654C;
}
.BgClassName
{
background-color: #5F654C;
}
</style>
border-color css
<style>
span { border-color: #5F654C; }
span { border-color: rgb(95,101,76); }
td.TdClassName
{
border-color: #5F654C;
}
.TagClassName
{
border-color: #5F654C;
}
</style>