Shades of Finlandia #677164
Tints of Finlandia #677164
RGB
CMYK
RGB Variations
Color information
#677164 (or 0x677164) is known color: Finlandia. HEX triplet: 67, 71 and 64. RGB value is (103,113,100). Sum of RGB (Red+Green+Blue) = 103+113+100=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 113 - color contains mainly: green. Hex color #677164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677164 is #988E9B. Grayscale: #6C6C6C. Windows color (decimal): -9997980 or 6582631. OLE color: 6582631.
HSL color Cylindrical-coordinate representation of color #677164: hue angle of 106.15º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #677164 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 113 | 100 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.56 |
| HSL | 106.15º | 0.06% | 0.42% | - |
| HSV(B) | 106.15º | 0.12% | 0.44% | - |
| XYZ | 13.8 | 15.61 | 14.34 | - |
| YUV | 108.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 113 | 100 | 0.09 | 0 | 0.12 | 0.56 | 106.15 | 0.06 | 0.42 |
| Hex | 67 | 71 | 64 | 9 | 0 | C | 38 | 6A | 6 | 2A |
| Octal | 147 | 161 | 144 | 11 | 0 | 14 | 70 | 152 | 6 | 52 |
| Binary | 1100111 | 1110001 | 1100100 | 1001 | 0 | 1100 | 111000 | 1101010 | 110 | 101010 |
Color Harmonies of #677164
Complementary color
Monochromatic Colors of #677164
Black with #677164
Text Example
Text Example
White with #677164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677164; }
p { color: rgb(103,113,100); }
H1.HeaderClassName
{
color: #677164;
}
.AnyTagClassName
{
color: #677164;
}
</style>
background-color css
<style>
a { background-color: #677164; }
a { background-color: rgb(103,113,100); }
div.DivClassName
{
background-color: #677164;
}
.BgClassName
{
background-color: #677164;
}
</style>
border-color css
<style>
span { border-color: #677164; }
span { border-color: rgb(103,113,100); }
td.TdClassName
{
border-color: #677164;
}
.TagClassName
{
border-color: #677164;
}
</style>