Shades of Finlandia #617E5C
Tints of Finlandia #617E5C
RGB
CMYK
RGB Variations
Color information
#617E5C (or 0x617E5C) is known color: Finlandia. HEX triplet: 61, 7E and 5C. RGB value is (97,126,92). Sum of RGB (Red+Green+Blue) = 97+126+92=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 126 (49.61% from 255 or 40% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 126 - color contains mainly: green. Hex color #617E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617E5C is #9E81A3. Grayscale: #717171. Windows color (decimal): -10387876 or 6061665. OLE color: 6061665.
HSL color Cylindrical-coordinate representation of color #617E5C: hue angle of 111.18º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #617E5C is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 126 | 92 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.51 |
| HSL | 111.18º | 0.16% | 0.43% | - |
| HSV(B) | 111.18º | 0.27% | 0.49% | - |
| XYZ | 14.32 | 18.24 | 12.89 | - |
| YUV | 113.45 | 115.89 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 126 | 92 | 0.23 | 0 | 0.27 | 0.51 | 111.18 | 0.16 | 0.43 |
| Hex | 61 | 7E | 5C | 17 | 0 | 1B | 33 | 6F | 10 | 2B |
| Octal | 141 | 176 | 134 | 27 | 0 | 33 | 63 | 157 | 20 | 53 |
| Binary | 1100001 | 1111110 | 1011100 | 10111 | 0 | 11011 | 110011 | 1101111 | 10000 | 101011 |
Color Harmonies of #617E5C
Complementary color
Monochromatic Colors of #617E5C
Black with #617E5C
Text Example
Text Example
White with #617E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617E5C; }
p { color: rgb(97,126,92); }
H1.HeaderClassName
{
color: #617E5C;
}
.AnyTagClassName
{
color: #617E5C;
}
</style>
background-color css
<style>
a { background-color: #617E5C; }
a { background-color: rgb(97,126,92); }
div.DivClassName
{
background-color: #617E5C;
}
.BgClassName
{
background-color: #617E5C;
}
</style>
border-color css
<style>
span { border-color: #617E5C; }
span { border-color: rgb(97,126,92); }
td.TdClassName
{
border-color: #617E5C;
}
.TagClassName
{
border-color: #617E5C;
}
</style>