Shades of Finlandia #617D5B
Tints of Finlandia #617D5B
RGB
CMYK
RGB Variations
Color information
#617D5B (or 0x617D5B) is known color: Finlandia. HEX triplet: 61, 7D and 5B. RGB value is (97,125,91). Sum of RGB (Red+Green+Blue) = 97+125+91=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 125 (49.22% from 255 or 39.94% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 125 - color contains mainly: green. Hex color #617D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617D5B is #9E82A4. Grayscale: #707070. Windows color (decimal): -10388133 or 5995873. OLE color: 5995873.
HSL color Cylindrical-coordinate representation of color #617D5B: hue angle of 109.41º 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 #617D5B is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 125 | 91 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.51 |
| HSL | 109.41º | 0.16% | 0.42% | - |
| HSV(B) | 109.41º | 0.27% | 0.49% | - |
| XYZ | 14.15 | 17.96 | 12.62 | - |
| YUV | 112.75 | 115.72 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 125 | 91 | 0.22 | 0 | 0.27 | 0.51 | 109.41 | 0.16 | 0.42 |
| Hex | 61 | 7D | 5B | 16 | 0 | 1B | 33 | 6D | 10 | 2A |
| Octal | 141 | 175 | 133 | 26 | 0 | 33 | 63 | 155 | 20 | 52 |
| Binary | 1100001 | 1111101 | 1011011 | 10110 | 0 | 11011 | 110011 | 1101101 | 10000 | 101010 |
Color Harmonies of #617D5B
Complementary color
Monochromatic Colors of #617D5B
Black with #617D5B
Text Example
Text Example
White with #617D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617D5B; }
p { color: rgb(97,125,91); }
H1.HeaderClassName
{
color: #617D5B;
}
.AnyTagClassName
{
color: #617D5B;
}
</style>
background-color css
<style>
a { background-color: #617D5B; }
a { background-color: rgb(97,125,91); }
div.DivClassName
{
background-color: #617D5B;
}
.BgClassName
{
background-color: #617D5B;
}
</style>
border-color css
<style>
span { border-color: #617D5B; }
span { border-color: rgb(97,125,91); }
td.TdClassName
{
border-color: #617D5B;
}
.TagClassName
{
border-color: #617D5B;
}
</style>