Shades of Finlandia #617C5A
Tints of Finlandia #617C5A
RGB
CMYK
RGB Variations
Color information
#617C5A (or 0x617C5A) is known color: Finlandia. HEX triplet: 61, 7C and 5A. RGB value is (97,124,90). Sum of RGB (Red+Green+Blue) = 97+124+90=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 124 - color contains mainly: green. Hex color #617C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617C5A is #9E83A5. Grayscale: #707070. Windows color (decimal): -10388390 or 5930081. OLE color: 5930081.
HSL color Cylindrical-coordinate representation of color #617C5A: hue angle of 107.65º degrees, saturation: 0.16, 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 #617C5A is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 124 | 90 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.51 |
| HSL | 107.65º | 0.16% | 0.42% | - |
| HSV(B) | 107.65º | 0.27% | 0.49% | - |
| XYZ | 13.98 | 17.69 | 12.35 | - |
| YUV | 112.05 | 115.55 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 124 | 90 | 0.22 | 0 | 0.27 | 0.51 | 107.65 | 0.16 | 0.42 |
| Hex | 61 | 7C | 5A | 16 | 0 | 1B | 33 | 6C | 10 | 2A |
| Octal | 141 | 174 | 132 | 26 | 0 | 33 | 63 | 154 | 20 | 52 |
| Binary | 1100001 | 1111100 | 1011010 | 10110 | 0 | 11011 | 110011 | 1101100 | 10000 | 101010 |
Color Harmonies of #617C5A
Complementary color
Monochromatic Colors of #617C5A
Black with #617C5A
Text Example
Text Example
White with #617C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617C5A; }
p { color: rgb(97,124,90); }
H1.HeaderClassName
{
color: #617C5A;
}
.AnyTagClassName
{
color: #617C5A;
}
</style>
background-color css
<style>
a { background-color: #617C5A; }
a { background-color: rgb(97,124,90); }
div.DivClassName
{
background-color: #617C5A;
}
.BgClassName
{
background-color: #617C5A;
}
</style>
border-color css
<style>
span { border-color: #617C5A; }
span { border-color: rgb(97,124,90); }
td.TdClassName
{
border-color: #617C5A;
}
.TagClassName
{
border-color: #617C5A;
}
</style>