Shades of Finlandia #676F67
Tints of Finlandia #676F67
RGB
CMYK
RGB Variations
Color information
#676F67 (or 0x676F67) is known color: Finlandia. HEX triplet: 67, 6F and 67. RGB value is (103,111,103). Sum of RGB (Red+Green+Blue) = 103+111+103=317 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.49% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 103 (40.62% from 255 or 32.49% from 317); Max value from RGB is 111 - color contains mainly: green. Hex color #676F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676F67 is #989098. Grayscale: #6B6B6B. Windows color (decimal): -9998489 or 6778727. OLE color: 6778727.
HSL color Cylindrical-coordinate representation of color #676F67: hue angle of 120º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #676F67 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 111 | 103 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.56 |
| HSL | 120º | 0.04% | 0.42% | - |
| HSV(B) | 120º | 0.07% | 0.44% | - |
| XYZ | 13.73 | 15.23 | 15.05 | - |
| YUV | 107.7 | 125.35 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 111 | 103 | 0.07 | 0 | 0.07 | 0.56 | 120 | 0.04 | 0.42 |
| Hex | 67 | 6F | 67 | 7 | 0 | 7 | 38 | 78 | 4 | 2A |
| Octal | 147 | 157 | 147 | 7 | 0 | 7 | 70 | 170 | 4 | 52 |
| Binary | 1100111 | 1101111 | 1100111 | 111 | 0 | 111 | 111000 | 1111000 | 100 | 101010 |
Color Harmonies of #676F67
Complementary color
Monochromatic Colors of #676F67
Black with #676F67
Text Example
Text Example
White with #676F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676F67; }
p { color: rgb(103,111,103); }
H1.HeaderClassName
{
color: #676F67;
}
.AnyTagClassName
{
color: #676F67;
}
</style>
background-color css
<style>
a { background-color: #676F67; }
a { background-color: rgb(103,111,103); }
div.DivClassName
{
background-color: #676F67;
}
.BgClassName
{
background-color: #676F67;
}
</style>
border-color css
<style>
span { border-color: #676F67; }
span { border-color: rgb(103,111,103); }
td.TdClassName
{
border-color: #676F67;
}
.TagClassName
{
border-color: #676F67;
}
</style>