Shades of Woodland #5F684A
Tints of Woodland #5F684A
RGB
CMYK
RGB Variations
Color information
#5F684A (or 0x5F684A) is known color: Woodland. HEX triplet: 5F, 68 and 4A. RGB value is (95,104,74). Sum of RGB (Red+Green+Blue) = 95+104+74=273 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.80% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 104 - color contains mainly: green. Hex color #5F684A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F684A is #A097B5. Grayscale: #626262. Windows color (decimal): -10524598 or 4876383. OLE color: 4876383.
HSL color Cylindrical-coordinate representation of color #5F684A: hue angle of 78º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5F684A is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 95 | 104 | 74 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.59 |
| HSL | 78º | 0.17% | 0.35% | - |
| HSV(B) | 78º | 0.29% | 0.41% | - |
| XYZ | 10.91 | 12.83 | 8.38 | - |
| YUV | 97.89 | 114.52 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 104 | 74 | 0.09 | 0 | 0.29 | 0.59 | 78 | 0.17 | 0.35 |
| Hex | 5F | 68 | 4A | 9 | 0 | 1D | 3B | 4E | 11 | 23 |
| Octal | 137 | 150 | 112 | 11 | 0 | 35 | 73 | 116 | 21 | 43 |
| Binary | 1011111 | 1101000 | 1001010 | 1001 | 0 | 11101 | 111011 | 1001110 | 10001 | 100011 |
Color Harmonies of #5F684A
Complementary color
Monochromatic Colors of #5F684A
Black with #5F684A
Text Example
Text Example
White with #5F684A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F684A; }
p { color: rgb(95,104,74); }
H1.HeaderClassName
{
color: #5F684A;
}
.AnyTagClassName
{
color: #5F684A;
}
</style>
background-color css
<style>
a { background-color: #5F684A; }
a { background-color: rgb(95,104,74); }
div.DivClassName
{
background-color: #5F684A;
}
.BgClassName
{
background-color: #5F684A;
}
</style>
border-color css
<style>
span { border-color: #5F684A; }
span { border-color: rgb(95,104,74); }
td.TdClassName
{
border-color: #5F684A;
}
.TagClassName
{
border-color: #5F684A;
}
</style>