Shades of Finlandia #617C5E
Tints of Finlandia #617C5E
RGB
CMYK
RGB Variations
Color information
#617C5E (or 0x617C5E) is known color: Finlandia. HEX triplet: 61, 7C and 5E. RGB value is (97,124,94). Sum of RGB (Red+Green+Blue) = 97+124+94=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 124 - color contains mainly: green. Hex color #617C5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617C5E is #9E83A1. Grayscale: #707070. Windows color (decimal): -10388386 or 6192225. OLE color: 6192225.
HSL color Cylindrical-coordinate representation of color #617C5E: hue angle of 114º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #617C5E is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 124 | 94 | - |
| CMYK | 0.22 | 0 | 0.24 | 0.51 |
| HSL | 114º | 0.14% | 0.43% | - |
| HSV(B) | 114º | 0.24% | 0.49% | - |
| XYZ | 14.16 | 17.76 | 13.27 | - |
| YUV | 112.51 | 117.55 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 124 | 94 | 0.22 | 0 | 0.24 | 0.51 | 114 | 0.14 | 0.43 |
| Hex | 61 | 7C | 5E | 16 | 0 | 18 | 33 | 72 | E | 2B |
| Octal | 141 | 174 | 136 | 26 | 0 | 30 | 63 | 162 | 16 | 53 |
| Binary | 1100001 | 1111100 | 1011110 | 10110 | 0 | 11000 | 110011 | 1110010 | 1110 | 101011 |
Color Harmonies of #617C5E
Complementary color
Monochromatic Colors of #617C5E
Black with #617C5E
Text Example
Text Example
White with #617C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617C5E; }
p { color: rgb(97,124,94); }
H1.HeaderClassName
{
color: #617C5E;
}
.AnyTagClassName
{
color: #617C5E;
}
</style>
background-color css
<style>
a { background-color: #617C5E; }
a { background-color: rgb(97,124,94); }
div.DivClassName
{
background-color: #617C5E;
}
.BgClassName
{
background-color: #617C5E;
}
</style>
border-color css
<style>
span { border-color: #617C5E; }
span { border-color: rgb(97,124,94); }
td.TdClassName
{
border-color: #617C5E;
}
.TagClassName
{
border-color: #617C5E;
}
</style>