Shades of Finlandia #617A5A
Tints of Finlandia #617A5A
RGB
CMYK
RGB Variations
Color information
#617A5A (or 0x617A5A) is known color: Finlandia. HEX triplet: 61, 7A and 5A. RGB value is (97,122,90). Sum of RGB (Red+Green+Blue) = 97+122+90=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 122 - color contains mainly: green. Hex color #617A5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617A5A is #9E85A5. Grayscale: #6E6E6E. Windows color (decimal): -10388902 or 5929569. OLE color: 5929569.
HSL color Cylindrical-coordinate representation of color #617A5A: hue angle of 106.88º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #617A5A is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 122 | 90 | - |
| CMYK | 0.20 | 0 | 0.26 | 0.52 |
| HSL | 106.88º | 0.15% | 0.42% | - |
| HSV(B) | 106.88º | 0.26% | 0.48% | - |
| XYZ | 13.73 | 17.2 | 12.27 | - |
| YUV | 110.88 | 116.22 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 122 | 90 | 0.20 | 0 | 0.26 | 0.52 | 106.88 | 0.15 | 0.42 |
| Hex | 61 | 7A | 5A | 14 | 0 | 1A | 34 | 6B | F | 2A |
| Octal | 141 | 172 | 132 | 24 | 0 | 32 | 64 | 153 | 17 | 52 |
| Binary | 1100001 | 1111010 | 1011010 | 10100 | 0 | 11010 | 110100 | 1101011 | 1111 | 101010 |
Color Harmonies of #617A5A
Complementary color
Monochromatic Colors of #617A5A
Black with #617A5A
Text Example
Text Example
White with #617A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617A5A; }
p { color: rgb(97,122,90); }
H1.HeaderClassName
{
color: #617A5A;
}
.AnyTagClassName
{
color: #617A5A;
}
</style>
background-color css
<style>
a { background-color: #617A5A; }
a { background-color: rgb(97,122,90); }
div.DivClassName
{
background-color: #617A5A;
}
.BgClassName
{
background-color: #617A5A;
}
</style>
border-color css
<style>
span { border-color: #617A5A; }
span { border-color: rgb(97,122,90); }
td.TdClassName
{
border-color: #617A5A;
}
.TagClassName
{
border-color: #617A5A;
}
</style>