Shades of Finlandia #617B5E
Tints of Finlandia #617B5E
RGB
CMYK
RGB Variations
Color information
#617B5E (or 0x617B5E) is known color: Finlandia. HEX triplet: 61, 7B and 5E. RGB value is (97,123,94). Sum of RGB (Red+Green+Blue) = 97+123+94=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 123 - color contains mainly: green. Hex color #617B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617B5E is #9E84A1. Grayscale: #707070. Windows color (decimal): -10388642 or 6191969. OLE color: 6191969.
HSL color Cylindrical-coordinate representation of color #617B5E: hue angle of 113.79º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #617B5E is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 123 | 94 | - |
| CMYK | 0.21 | 0 | 0.24 | 0.52 |
| HSL | 113.79º | 0.13% | 0.43% | - |
| HSV(B) | 113.79º | 0.24% | 0.48% | - |
| XYZ | 14.03 | 17.52 | 13.23 | - |
| YUV | 111.92 | 117.89 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 123 | 94 | 0.21 | 0 | 0.24 | 0.52 | 113.79 | 0.13 | 0.43 |
| Hex | 61 | 7B | 5E | 15 | 0 | 18 | 34 | 72 | D | 2B |
| Octal | 141 | 173 | 136 | 25 | 0 | 30 | 64 | 162 | 15 | 53 |
| Binary | 1100001 | 1111011 | 1011110 | 10101 | 0 | 11000 | 110100 | 1110010 | 1101 | 101011 |
Color Harmonies of #617B5E
Complementary color
Monochromatic Colors of #617B5E
Black with #617B5E
Text Example
Text Example
White with #617B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617B5E; }
p { color: rgb(97,123,94); }
H1.HeaderClassName
{
color: #617B5E;
}
.AnyTagClassName
{
color: #617B5E;
}
</style>
background-color css
<style>
a { background-color: #617B5E; }
a { background-color: rgb(97,123,94); }
div.DivClassName
{
background-color: #617B5E;
}
.BgClassName
{
background-color: #617B5E;
}
</style>
border-color css
<style>
span { border-color: #617B5E; }
span { border-color: rgb(97,123,94); }
td.TdClassName
{
border-color: #617B5E;
}
.TagClassName
{
border-color: #617B5E;
}
</style>