Shades of Woodland #5F6A45
Tints of Woodland #5F6A45
RGB
CMYK
RGB Variations
Color information
#5F6A45 (or 0x5F6A45) is known color: Woodland. HEX triplet: 5F, 6A and 45. RGB value is (95,106,69). Sum of RGB (Red+Green+Blue) = 95+106+69=270 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.19% from 270); Green value is 106 (41.80% from 255 or 39.26% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 106 - color contains mainly: green. Hex color #5F6A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6A45 is #A095BA. Grayscale: #626262. Windows color (decimal): -10524091 or 4549215. OLE color: 4549215.
HSL color Cylindrical-coordinate representation of color #5F6A45: hue angle of 77.84º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5F6A45 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 95 | 106 | 69 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.58 |
| HSL | 77.84º | 0.21% | 0.34% | - |
| HSV(B) | 77.84º | 0.35% | 0.42% | - |
| XYZ | 10.95 | 13.17 | 7.6 | - |
| YUV | 98.49 | 111.36 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 106 | 69 | 0.10 | 0 | 0.35 | 0.58 | 77.84 | 0.21 | 0.34 |
| Hex | 5F | 6A | 45 | A | 0 | 23 | 3A | 4E | 15 | 22 |
| Octal | 137 | 152 | 105 | 12 | 0 | 43 | 72 | 116 | 25 | 42 |
| Binary | 1011111 | 1101010 | 1000101 | 1010 | 0 | 100011 | 111010 | 1001110 | 10101 | 100010 |
Color Harmonies of #5F6A45
Complementary color
Monochromatic Colors of #5F6A45
Black with #5F6A45
Text Example
Text Example
White with #5F6A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6A45; }
p { color: rgb(95,106,69); }
H1.HeaderClassName
{
color: #5F6A45;
}
.AnyTagClassName
{
color: #5F6A45;
}
</style>
background-color css
<style>
a { background-color: #5F6A45; }
a { background-color: rgb(95,106,69); }
div.DivClassName
{
background-color: #5F6A45;
}
.BgClassName
{
background-color: #5F6A45;
}
</style>
border-color css
<style>
span { border-color: #5F6A45; }
span { border-color: rgb(95,106,69); }
td.TdClassName
{
border-color: #5F6A45;
}
.TagClassName
{
border-color: #5F6A45;
}
</style>