Shades of Finlandia #617B5D
Tints of Finlandia #617B5D
RGB
CMYK
RGB Variations
Color information
#617B5D (or 0x617B5D) is known color: Finlandia. HEX triplet: 61, 7B and 5D. RGB value is (97,123,93). Sum of RGB (Red+Green+Blue) = 97+123+93=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 123 (48.44% from 255 or 39.30% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 123 - color contains mainly: green. Hex color #617B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617B5D is #9E84A2. Grayscale: #6F6F6F. Windows color (decimal): -10388643 or 6126433. OLE color: 6126433.
HSL color Cylindrical-coordinate representation of color #617B5D: hue angle of 112º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #617B5D is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 123 | 93 | - |
| CMYK | 0.21 | 0 | 0.24 | 0.52 |
| HSL | 112º | 0.14% | 0.42% | - |
| HSV(B) | 112º | 0.24% | 0.48% | - |
| XYZ | 13.99 | 17.5 | 13 | - |
| YUV | 111.81 | 117.39 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 123 | 93 | 0.21 | 0 | 0.24 | 0.52 | 112 | 0.14 | 0.42 |
| Hex | 61 | 7B | 5D | 15 | 0 | 18 | 34 | 70 | E | 2A |
| Octal | 141 | 173 | 135 | 25 | 0 | 30 | 64 | 160 | 16 | 52 |
| Binary | 1100001 | 1111011 | 1011101 | 10101 | 0 | 11000 | 110100 | 1110000 | 1110 | 101010 |
Color Harmonies of #617B5D
Complementary color
Monochromatic Colors of #617B5D
Black with #617B5D
Text Example
Text Example
White with #617B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617B5D; }
p { color: rgb(97,123,93); }
H1.HeaderClassName
{
color: #617B5D;
}
.AnyTagClassName
{
color: #617B5D;
}
</style>
background-color css
<style>
a { background-color: #617B5D; }
a { background-color: rgb(97,123,93); }
div.DivClassName
{
background-color: #617B5D;
}
.BgClassName
{
background-color: #617B5D;
}
</style>
border-color css
<style>
span { border-color: #617B5D; }
span { border-color: rgb(97,123,93); }
td.TdClassName
{
border-color: #617B5D;
}
.TagClassName
{
border-color: #617B5D;
}
</style>