Shades of Woodland #5F6637
Tints of Woodland #5F6637
RGB
CMYK
RGB Variations
Color information
#5F6637 (or 0x5F6637) is known color: Woodland. HEX triplet: 5F, 66 and 37. RGB value is (95,102,55). Sum of RGB (Red+Green+Blue) = 95+102+55=252 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.70% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 55 (21.88% from 255 or 21.83% from 252); Max value from RGB is 102 - color contains mainly: green. Hex color #5F6637 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6637 is #A099C8. Grayscale: #5E5E5E. Windows color (decimal): -10525129 or 3630687. OLE color: 3630687.
HSL color Cylindrical-coordinate representation of color #5F6637: hue angle of 68.94º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F6637 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 95 | 102 | 55 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.6 |
| HSL | 68.94º | 0.3% | 0.31% | - |
| HSV(B) | 68.94º | 0.46% | 0.4% | - |
| XYZ | 10.16 | 12.21 | 5.44 | - |
| YUV | 94.55 | 105.68 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 102 | 55 | 0.07 | 0 | 0.46 | 0.6 | 68.94 | 0.3 | 0.31 |
| Hex | 5F | 66 | 37 | 7 | 0 | 2E | 3C | 45 | 1E | 1F |
| Octal | 137 | 146 | 67 | 7 | 0 | 56 | 74 | 105 | 36 | 37 |
| Binary | 1011111 | 1100110 | 110111 | 111 | 0 | 101110 | 111100 | 1000101 | 11110 | 11111 |
Color Harmonies of #5F6637
Complementary color
Monochromatic Colors of #5F6637
Black with #5F6637
Text Example
Text Example
White with #5F6637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6637; }
p { color: rgb(95,102,55); }
H1.HeaderClassName
{
color: #5F6637;
}
.AnyTagClassName
{
color: #5F6637;
}
</style>
background-color css
<style>
a { background-color: #5F6637; }
a { background-color: rgb(95,102,55); }
div.DivClassName
{
background-color: #5F6637;
}
.BgClassName
{
background-color: #5F6637;
}
</style>
border-color css
<style>
span { border-color: #5F6637; }
span { border-color: rgb(95,102,55); }
td.TdClassName
{
border-color: #5F6637;
}
.TagClassName
{
border-color: #5F6637;
}
</style>