Shades of Finlandia #676A67
Tints of Finlandia #676A67
RGB
CMYK
RGB Variations
Color information
#676A67 (or 0x676A67) is known color: Finlandia. HEX triplet: 67, 6A and 67. RGB value is (103,106,103). Sum of RGB (Red+Green+Blue) = 103+106+103=312 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.01% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 106 - color contains mainly: green. Hex color #676A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676A67 is #989598. Grayscale: #686868. Windows color (decimal): -9999769 or 6777447. OLE color: 6777447.
HSL color Cylindrical-coordinate representation of color #676A67: hue angle of 120º degrees, saturation: 0.01, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #676A67 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 106 | 103 | - |
| CMYK | 0.03 | 0 | 0.03 | 0.58 |
| HSL | 120º | 0.01% | 0.41% | - |
| HSV(B) | 120º | 0.03% | 0.42% | - |
| XYZ | 13.2 | 14.17 | 14.87 | - |
| YUV | 104.76 | 127.01 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 106 | 103 | 0.03 | 0 | 0.03 | 0.58 | 120 | 0.01 | 0.41 |
| Hex | 67 | 6A | 67 | 3 | 0 | 3 | 3A | 78 | 1 | 29 |
| Octal | 147 | 152 | 147 | 3 | 0 | 3 | 72 | 170 | 1 | 51 |
| Binary | 1100111 | 1101010 | 1100111 | 11 | 0 | 11 | 111010 | 1111000 | 1 | 101001 |
Color Harmonies of #676A67
Complementary color
Monochromatic Colors of #676A67
Black with #676A67
Text Example
Text Example
White with #676A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676A67; }
p { color: rgb(103,106,103); }
H1.HeaderClassName
{
color: #676A67;
}
.AnyTagClassName
{
color: #676A67;
}
</style>
background-color css
<style>
a { background-color: #676A67; }
a { background-color: rgb(103,106,103); }
div.DivClassName
{
background-color: #676A67;
}
.BgClassName
{
background-color: #676A67;
}
</style>
border-color css
<style>
span { border-color: #676A67; }
span { border-color: rgb(103,106,103); }
td.TdClassName
{
border-color: #676A67;
}
.TagClassName
{
border-color: #676A67;
}
</style>