Shades of Woodland #5F6250
Tints of Woodland #5F6250
RGB
CMYK
RGB Variations
Color information
#5F6250 (or 0x5F6250) is known color: Woodland. HEX triplet: 5F, 62 and 50. RGB value is (95,98,80). Sum of RGB (Red+Green+Blue) = 95+98+80=273 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.80% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 98 - color contains mainly: green. Hex color #5F6250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6250 is #A09DAF. Grayscale: #5F5F5F. Windows color (decimal): -10526128 or 5268063. OLE color: 5268063.
HSL color Cylindrical-coordinate representation of color #5F6250: hue angle of 70º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5F6250 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 98 | 80 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.62 |
| HSL | 70º | 0.1% | 0.35% | - |
| HSV(B) | 70º | 0.18% | 0.38% | - |
| XYZ | 10.53 | 11.75 | 9.3 | - |
| YUV | 95.05 | 119.51 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 98 | 80 | 0.03 | 0 | 0.18 | 0.62 | 70 | 0.1 | 0.35 |
| Hex | 5F | 62 | 50 | 3 | 0 | 12 | 3E | 46 | A | 23 |
| Octal | 137 | 142 | 120 | 3 | 0 | 22 | 76 | 106 | 12 | 43 |
| Binary | 1011111 | 1100010 | 1010000 | 11 | 0 | 10010 | 111110 | 1000110 | 1010 | 100011 |
Color Harmonies of #5F6250
Complementary color
Monochromatic Colors of #5F6250
Black with #5F6250
Text Example
Text Example
White with #5F6250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6250; }
p { color: rgb(95,98,80); }
H1.HeaderClassName
{
color: #5F6250;
}
.AnyTagClassName
{
color: #5F6250;
}
</style>
background-color css
<style>
a { background-color: #5F6250; }
a { background-color: rgb(95,98,80); }
div.DivClassName
{
background-color: #5F6250;
}
.BgClassName
{
background-color: #5F6250;
}
</style>
border-color css
<style>
span { border-color: #5F6250; }
span { border-color: rgb(95,98,80); }
td.TdClassName
{
border-color: #5F6250;
}
.TagClassName
{
border-color: #5F6250;
}
</style>