Shades of Finlandia #617A5E
Tints of Finlandia #617A5E
RGB
CMYK
RGB Variations
Color information
#617A5E (or 0x617A5E) is known color: Finlandia. HEX triplet: 61, 7A and 5E. RGB value is (97,122,94). Sum of RGB (Red+Green+Blue) = 97+122+94=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 122 - color contains mainly: green. Hex color #617A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617A5E is #9E85A1. Grayscale: #6F6F6F. Windows color (decimal): -10388898 or 6191713. OLE color: 6191713.
HSL color Cylindrical-coordinate representation of color #617A5E: hue angle of 113.57º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #617A5E is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 122 | 94 | - |
| CMYK | 0.20 | 0 | 0.23 | 0.52 |
| HSL | 113.57º | 0.13% | 0.42% | - |
| HSV(B) | 113.57º | 0.23% | 0.48% | - |
| XYZ | 13.91 | 17.27 | 13.19 | - |
| YUV | 111.33 | 118.22 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 122 | 94 | 0.20 | 0 | 0.23 | 0.52 | 113.57 | 0.13 | 0.42 |
| Hex | 61 | 7A | 5E | 14 | 0 | 17 | 34 | 72 | D | 2A |
| Octal | 141 | 172 | 136 | 24 | 0 | 27 | 64 | 162 | 15 | 52 |
| Binary | 1100001 | 1111010 | 1011110 | 10100 | 0 | 10111 | 110100 | 1110010 | 1101 | 101010 |
Color Harmonies of #617A5E
Complementary color
Monochromatic Colors of #617A5E
Black with #617A5E
Text Example
Text Example
White with #617A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617A5E; }
p { color: rgb(97,122,94); }
H1.HeaderClassName
{
color: #617A5E;
}
.AnyTagClassName
{
color: #617A5E;
}
</style>
background-color css
<style>
a { background-color: #617A5E; }
a { background-color: rgb(97,122,94); }
div.DivClassName
{
background-color: #617A5E;
}
.BgClassName
{
background-color: #617A5E;
}
</style>
border-color css
<style>
span { border-color: #617A5E; }
span { border-color: rgb(97,122,94); }
td.TdClassName
{
border-color: #617A5E;
}
.TagClassName
{
border-color: #617A5E;
}
</style>