Shades of Finlandia #5F7561
Tints of Finlandia #5F7561
RGB
CMYK
RGB Variations
Color information
#5F7561 (or 0x5F7561) is known color: Finlandia. HEX triplet: 5F, 75 and 61. RGB value is (95,117,97). Sum of RGB (Red+Green+Blue) = 95+117+97=309 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.74% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 117 - color contains mainly: green. Hex color #5F7561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7561 is #A08A9E. Grayscale: #6C6C6C. Windows color (decimal): -10521247 or 6387039. OLE color: 6387039.
HSL color Cylindrical-coordinate representation of color #5F7561: hue angle of 125.45º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5F7561 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 95 | 117 | 97 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.54 |
| HSL | 125.45º | 0.1% | 0.42% | - |
| HSV(B) | 125.45º | 0.19% | 0.46% | - |
| XYZ | 13.24 | 16.02 | 13.7 | - |
| YUV | 108.14 | 121.71 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 117 | 97 | 0.19 | 0 | 0.17 | 0.54 | 125.45 | 0.1 | 0.42 |
| Hex | 5F | 75 | 61 | 13 | 0 | 11 | 36 | 7D | A | 2A |
| Octal | 137 | 165 | 141 | 23 | 0 | 21 | 66 | 175 | 12 | 52 |
| Binary | 1011111 | 1110101 | 1100001 | 10011 | 0 | 10001 | 110110 | 1111101 | 1010 | 101010 |
Color Harmonies of #5F7561
Complementary color
Monochromatic Colors of #5F7561
Black with #5F7561
Text Example
Text Example
White with #5F7561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7561; }
p { color: rgb(95,117,97); }
H1.HeaderClassName
{
color: #5F7561;
}
.AnyTagClassName
{
color: #5F7561;
}
</style>
background-color css
<style>
a { background-color: #5F7561; }
a { background-color: rgb(95,117,97); }
div.DivClassName
{
background-color: #5F7561;
}
.BgClassName
{
background-color: #5F7561;
}
</style>
border-color css
<style>
span { border-color: #5F7561; }
span { border-color: rgb(95,117,97); }
td.TdClassName
{
border-color: #5F7561;
}
.TagClassName
{
border-color: #5F7561;
}
</style>