Shades of Finlandia #617C59
Tints of Finlandia #617C59
RGB
CMYK
RGB Variations
Color information
#617C59 (or 0x617C59) is known color: Finlandia. HEX triplet: 61, 7C and 59. RGB value is (97,124,89). Sum of RGB (Red+Green+Blue) = 97+124+89=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 124 - color contains mainly: green. Hex color #617C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617C59 is #9E83A6. Grayscale: #707070. Windows color (decimal): -10388391 or 5864545. OLE color: 5864545.
HSL color Cylindrical-coordinate representation of color #617C59: hue angle of 106.29º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #617C59 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 124 | 89 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.51 |
| HSL | 106.29º | 0.16% | 0.42% | - |
| HSV(B) | 106.29º | 0.28% | 0.49% | - |
| XYZ | 13.94 | 17.68 | 12.13 | - |
| YUV | 111.94 | 115.05 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 124 | 89 | 0.22 | 0 | 0.28 | 0.51 | 106.29 | 0.16 | 0.42 |
| Hex | 61 | 7C | 59 | 16 | 0 | 1C | 33 | 6A | 10 | 2A |
| Octal | 141 | 174 | 131 | 26 | 0 | 34 | 63 | 152 | 20 | 52 |
| Binary | 1100001 | 1111100 | 1011001 | 10110 | 0 | 11100 | 110011 | 1101010 | 10000 | 101010 |
Color Harmonies of #617C59
Complementary color
Monochromatic Colors of #617C59
Black with #617C59
Text Example
Text Example
White with #617C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617C59; }
p { color: rgb(97,124,89); }
H1.HeaderClassName
{
color: #617C59;
}
.AnyTagClassName
{
color: #617C59;
}
</style>
background-color css
<style>
a { background-color: #617C59; }
a { background-color: rgb(97,124,89); }
div.DivClassName
{
background-color: #617C59;
}
.BgClassName
{
background-color: #617C59;
}
</style>
border-color css
<style>
span { border-color: #617C59; }
span { border-color: rgb(97,124,89); }
td.TdClassName
{
border-color: #617C59;
}
.TagClassName
{
border-color: #617C59;
}
</style>