Shades of Finlandia #616E61
Tints of Finlandia #616E61
RGB
CMYK
RGB Variations
Color information
#616E61 (or 0x616E61) is known color: Finlandia. HEX triplet: 61, 6E and 61. RGB value is (97,110,97). Sum of RGB (Red+Green+Blue) = 97+110+97=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 110 - color contains mainly: green. Hex color #616E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616E61 is #9E919E. Grayscale: #686868. Windows color (decimal): -10391967 or 6385249. OLE color: 6385249.
HSL color Cylindrical-coordinate representation of color #616E61: hue angle of 120º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #616E61 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 110 | 97 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.57 |
| HSL | 120º | 0.06% | 0.41% | - |
| HSV(B) | 120º | 0.12% | 0.43% | - |
| XYZ | 12.66 | 14.56 | 13.45 | - |
| YUV | 104.63 | 123.69 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 110 | 97 | 0.12 | 0 | 0.12 | 0.57 | 120 | 0.06 | 0.41 |
| Hex | 61 | 6E | 61 | C | 0 | C | 39 | 78 | 6 | 29 |
| Octal | 141 | 156 | 141 | 14 | 0 | 14 | 71 | 170 | 6 | 51 |
| Binary | 1100001 | 1101110 | 1100001 | 1100 | 0 | 1100 | 111001 | 1111000 | 110 | 101001 |
Color Harmonies of #616E61
Complementary color
Monochromatic Colors of #616E61
Black with #616E61
Text Example
Text Example
White with #616E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616E61; }
p { color: rgb(97,110,97); }
H1.HeaderClassName
{
color: #616E61;
}
.AnyTagClassName
{
color: #616E61;
}
</style>
background-color css
<style>
a { background-color: #616E61; }
a { background-color: rgb(97,110,97); }
div.DivClassName
{
background-color: #616E61;
}
.BgClassName
{
background-color: #616E61;
}
</style>
border-color css
<style>
span { border-color: #616E61; }
span { border-color: rgb(97,110,97); }
td.TdClassName
{
border-color: #616E61;
}
.TagClassName
{
border-color: #616E61;
}
</style>