Shades of Woodland #5F6635
Tints of Woodland #5F6635
RGB
CMYK
RGB Variations
Color information
#5F6635 (or 0x5F6635) is known color: Woodland. HEX triplet: 5F, 66 and 35. RGB value is (95,102,53). Sum of RGB (Red+Green+Blue) = 95+102+53=250 (33% of max value = 765). Red value is 95 (37.5% from 255 or 38% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 53 (21.09% from 255 or 21.2% from 250); Max value from RGB is 102 - color contains mainly: green. Hex color #5F6635 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6635 is #A099CA. Grayscale: #5E5E5E. Windows color (decimal): -10525131 or 3499615. OLE color: 3499615.
HSL color Cylindrical-coordinate representation of color #5F6635: hue angle of 68.57º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5F6635 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 95 | 102 | 53 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.6 |
| HSL | 68.57º | 0.32% | 0.3% | - |
| HSV(B) | 68.57º | 0.48% | 0.4% | - |
| XYZ | 10.11 | 12.19 | 5.19 | - |
| YUV | 94.32 | 104.68 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 102 | 53 | 0.07 | 0 | 0.48 | 0.6 | 68.57 | 0.32 | 0.3 |
| Hex | 5F | 66 | 35 | 7 | 0 | 30 | 3C | 45 | 20 | 1E |
| Octal | 137 | 146 | 65 | 7 | 0 | 60 | 74 | 105 | 40 | 36 |
| Binary | 1011111 | 1100110 | 110101 | 111 | 0 | 110000 | 111100 | 1000101 | 100000 | 11110 |
Color Harmonies of #5F6635
Complementary color
Monochromatic Colors of #5F6635
Black with #5F6635
Text Example
Text Example
White with #5F6635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6635; }
p { color: rgb(95,102,53); }
H1.HeaderClassName
{
color: #5F6635;
}
.AnyTagClassName
{
color: #5F6635;
}
</style>
background-color css
<style>
a { background-color: #5F6635; }
a { background-color: rgb(95,102,53); }
div.DivClassName
{
background-color: #5F6635;
}
.BgClassName
{
background-color: #5F6635;
}
</style>
border-color css
<style>
span { border-color: #5F6635; }
span { border-color: rgb(95,102,53); }
td.TdClassName
{
border-color: #5F6635;
}
.TagClassName
{
border-color: #5F6635;
}
</style>