Shades of Finlandia #5F7060
Tints of Finlandia #5F7060
RGB
CMYK
RGB Variations
Color information
#5F7060 (or 0x5F7060) is known color: Finlandia. HEX triplet: 5F, 70 and 60. RGB value is (95,112,96). Sum of RGB (Red+Green+Blue) = 95+112+96=303 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.35% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 112 - color contains mainly: green. Hex color #5F7060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7060 is #A08F9F. Grayscale: #696969. Windows color (decimal): -10522528 or 6320223. OLE color: 6320223.
HSL color Cylindrical-coordinate representation of color #5F7060: hue angle of 123.53º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5F7060 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 112 | 96 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.56 |
| HSL | 123.53º | 0.08% | 0.41% | - |
| HSV(B) | 123.53º | 0.15% | 0.44% | - |
| XYZ | 12.62 | 14.87 | 13.27 | - |
| YUV | 105.09 | 122.87 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 112 | 96 | 0.15 | 0 | 0.14 | 0.56 | 123.53 | 0.08 | 0.41 |
| Hex | 5F | 70 | 60 | F | 0 | E | 38 | 7C | 8 | 29 |
| Octal | 137 | 160 | 140 | 17 | 0 | 16 | 70 | 174 | 10 | 51 |
| Binary | 1011111 | 1110000 | 1100000 | 1111 | 0 | 1110 | 111000 | 1111100 | 1000 | 101001 |
Color Harmonies of #5F7060
Complementary color
Monochromatic Colors of #5F7060
Black with #5F7060
Text Example
Text Example
White with #5F7060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7060; }
p { color: rgb(95,112,96); }
H1.HeaderClassName
{
color: #5F7060;
}
.AnyTagClassName
{
color: #5F7060;
}
</style>
background-color css
<style>
a { background-color: #5F7060; }
a { background-color: rgb(95,112,96); }
div.DivClassName
{
background-color: #5F7060;
}
.BgClassName
{
background-color: #5F7060;
}
</style>
border-color css
<style>
span { border-color: #5F7060; }
span { border-color: rgb(95,112,96); }
td.TdClassName
{
border-color: #5F7060;
}
.TagClassName
{
border-color: #5F7060;
}
</style>