Shades of Finlandia #677A66
Tints of Finlandia #677A66
RGB
CMYK
RGB Variations
Color information
#677A66 (or 0x677A66) is known color: Finlandia. HEX triplet: 67, 7A and 66. RGB value is (103,122,102). Sum of RGB (Red+Green+Blue) = 103+122+102=327 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.50% from 327); Green value is 122 (48.05% from 255 or 37.31% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 122 - color contains mainly: green. Hex color #677A66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677A66 is #988599. Grayscale: #727272. Windows color (decimal): -9995674 or 6716007. OLE color: 6716007.
HSL color Cylindrical-coordinate representation of color #677A66: hue angle of 117º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #677A66 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 122 | 102 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.52 |
| HSL | 117º | 0.09% | 0.44% | - |
| HSV(B) | 117º | 0.16% | 0.48% | - |
| XYZ | 14.95 | 17.76 | 15.21 | - |
| YUV | 114.04 | 121.21 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 122 | 102 | 0.16 | 0 | 0.16 | 0.52 | 117 | 0.09 | 0.44 |
| Hex | 67 | 7A | 66 | 10 | 0 | 10 | 34 | 75 | 9 | 2C |
| Octal | 147 | 172 | 146 | 20 | 0 | 20 | 64 | 165 | 11 | 54 |
| Binary | 1100111 | 1111010 | 1100110 | 10000 | 0 | 10000 | 110100 | 1110101 | 1001 | 101100 |
Color Harmonies of #677A66
Complementary color
Monochromatic Colors of #677A66
Black with #677A66
Text Example
Text Example
White with #677A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677A66; }
p { color: rgb(103,122,102); }
H1.HeaderClassName
{
color: #677A66;
}
.AnyTagClassName
{
color: #677A66;
}
</style>
background-color css
<style>
a { background-color: #677A66; }
a { background-color: rgb(103,122,102); }
div.DivClassName
{
background-color: #677A66;
}
.BgClassName
{
background-color: #677A66;
}
</style>
border-color css
<style>
span { border-color: #677A66; }
span { border-color: rgb(103,122,102); }
td.TdClassName
{
border-color: #677A66;
}
.TagClassName
{
border-color: #677A66;
}
</style>