Shades of Finlandia #676E67
Tints of Finlandia #676E67
RGB
CMYK
RGB Variations
Color information
#676E67 (or 0x676E67) is known color: Finlandia. HEX triplet: 67, 6E and 67. RGB value is (103,110,103). Sum of RGB (Red+Green+Blue) = 103+110+103=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 103 (40.62% from 255 or 32.59% from 316); Max value from RGB is 110 - color contains mainly: green. Hex color #676E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676E67 is #989198. Grayscale: #6B6B6B. Windows color (decimal): -9998745 or 6778471. OLE color: 6778471.
HSL color Cylindrical-coordinate representation of color #676E67: hue angle of 120º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #676E67 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
RGB | 103 | 110 | 103 | - |
CMYK | 0.06 | 0 | 0.06 | 0.57 |
HSL | 120º | 0.03% | 0.42% | - |
HSV(B) | 120º | 0.06% | 0.43% | - |
XYZ | 13.62 | 15.01 | 15.01 | - |
YUV | 107.11 | 125.68 | 125.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 103 | 110 | 103 | 0.06 | 0 | 0.06 | 0.57 | 120 | 0.03 | 0.42 |
Hex | 67 | 6E | 67 | 6 | 0 | 6 | 39 | 78 | 3 | 2A |
Octal | 147 | 156 | 147 | 6 | 0 | 6 | 71 | 170 | 3 | 52 |
Binary | 1100111 | 1101110 | 1100111 | 110 | 0 | 110 | 111001 | 1111000 | 11 | 101010 |
Color Harmonies of #676E67
Complementary color
Monochromatic Colors of #676E67
Black with #676E67
Text Example
Text Example
White with #676E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676E67; }
p { color: rgb(103,110,103); }
H1.HeaderClassName
{
color: #676E67;
}
.AnyTagClassName
{
color: #676E67;
}
</style>
background-color css
<style>
a { background-color: #676E67; }
a { background-color: rgb(103,110,103); }
div.DivClassName
{
background-color: #676E67;
}
.BgClassName
{
background-color: #676E67;
}
</style>
border-color css
<style>
span { border-color: #676E67; }
span { border-color: rgb(103,110,103); }
td.TdClassName
{
border-color: #676E67;
}
.TagClassName
{
border-color: #676E67;
}
</style>