Shades of Finlandia #617C5B
Tints of Finlandia #617C5B
RGB
CMYK
RGB Variations
Color information
#617C5B (or 0x617C5B) is known color: Finlandia. HEX triplet: 61, 7C and 5B. RGB value is (97,124,91). Sum of RGB (Red+Green+Blue) = 97+124+91=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 124 - color contains mainly: green. Hex color #617C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617C5B is #9E83A4. Grayscale: #707070. Windows color (decimal): -10388389 or 5995617. OLE color: 5995617.
HSL color Cylindrical-coordinate representation of color #617C5B: hue angle of 109.09º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #617C5B is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 124 | 91 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.51 |
| HSL | 109.09º | 0.15% | 0.42% | - |
| HSV(B) | 109.09º | 0.27% | 0.49% | - |
| XYZ | 14.03 | 17.71 | 12.58 | - |
| YUV | 112.17 | 116.05 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 124 | 91 | 0.22 | 0 | 0.27 | 0.51 | 109.09 | 0.15 | 0.42 |
| Hex | 61 | 7C | 5B | 16 | 0 | 1B | 33 | 6D | F | 2A |
| Octal | 141 | 174 | 133 | 26 | 0 | 33 | 63 | 155 | 17 | 52 |
| Binary | 1100001 | 1111100 | 1011011 | 10110 | 0 | 11011 | 110011 | 1101101 | 1111 | 101010 |
Color Harmonies of #617C5B
Complementary color
Monochromatic Colors of #617C5B
Black with #617C5B
Text Example
Text Example
White with #617C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617C5B; }
p { color: rgb(97,124,91); }
H1.HeaderClassName
{
color: #617C5B;
}
.AnyTagClassName
{
color: #617C5B;
}
</style>
background-color css
<style>
a { background-color: #617C5B; }
a { background-color: rgb(97,124,91); }
div.DivClassName
{
background-color: #617C5B;
}
.BgClassName
{
background-color: #617C5B;
}
</style>
border-color css
<style>
span { border-color: #617C5B; }
span { border-color: rgb(97,124,91); }
td.TdClassName
{
border-color: #617C5B;
}
.TagClassName
{
border-color: #617C5B;
}
</style>