Shades of Finlandia #5F6D5E
Tints of Finlandia #5F6D5E
RGB
CMYK
RGB Variations
Color information
#5F6D5E (or 0x5F6D5E) is known color: Finlandia. HEX triplet: 5F, 6D and 5E. RGB value is (95,109,94). Sum of RGB (Red+Green+Blue) = 95+109+94=298 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.88% from 298); Green value is 109 (42.97% from 255 or 36.58% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 109 - color contains mainly: green. Hex color #5F6D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6D5E is #A092A1. Grayscale: #676767. Windows color (decimal): -10523298 or 6188383. OLE color: 6188383.
HSL color Cylindrical-coordinate representation of color #5F6D5E: hue angle of 116º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5F6D5E is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 95 | 109 | 94 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.57 |
| HSL | 116º | 0.07% | 0.4% | - |
| HSV(B) | 116º | 0.14% | 0.43% | - |
| XYZ | 12.21 | 14.18 | 12.68 | - |
| YUV | 103.1 | 122.86 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 109 | 94 | 0.13 | 0 | 0.14 | 0.57 | 116 | 0.07 | 0.4 |
| Hex | 5F | 6D | 5E | D | 0 | E | 39 | 74 | 7 | 28 |
| Octal | 137 | 155 | 136 | 15 | 0 | 16 | 71 | 164 | 7 | 50 |
| Binary | 1011111 | 1101101 | 1011110 | 1101 | 0 | 1110 | 111001 | 1110100 | 111 | 101000 |
Color Harmonies of #5F6D5E
Complementary color
Monochromatic Colors of #5F6D5E
Black with #5F6D5E
Text Example
Text Example
White with #5F6D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6D5E; }
p { color: rgb(95,109,94); }
H1.HeaderClassName
{
color: #5F6D5E;
}
.AnyTagClassName
{
color: #5F6D5E;
}
</style>
background-color css
<style>
a { background-color: #5F6D5E; }
a { background-color: rgb(95,109,94); }
div.DivClassName
{
background-color: #5F6D5E;
}
.BgClassName
{
background-color: #5F6D5E;
}
</style>
border-color css
<style>
span { border-color: #5F6D5E; }
span { border-color: rgb(95,109,94); }
td.TdClassName
{
border-color: #5F6D5E;
}
.TagClassName
{
border-color: #5F6D5E;
}
</style>