Shades of Finlandia #676867
Tints of Finlandia #676867
RGB
CMYK
RGB Variations
Color information
#676867 (or 0x676867) is known color: Finlandia. HEX triplet: 67, 68 and 67. RGB value is (103,104,103). Sum of RGB (Red+Green+Blue) = 103+104+103=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 104 - color contains mainly: green. Hex color #676867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676867 is #989798. Grayscale: #676767. Windows color (decimal): -10000281 or 6776935. OLE color: 6776935.
HSL color Cylindrical-coordinate representation of color #676867: hue angle of 120º degrees, saturation: 0, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #676867 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 104 | 103 | - |
| CMYK | 0.01 | 0 | 0.01 | 0.59 |
| HSL | 120º | 0% | 0.41% | - |
| HSV(B) | 120º | 0.01% | 0.41% | - |
| XYZ | 12.99 | 13.76 | 14.8 | - |
| YUV | 103.59 | 127.67 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 104 | 103 | 0.01 | 0 | 0.01 | 0.59 | 120 | 0 | 0.41 |
| Hex | 67 | 68 | 67 | 1 | 0 | 1 | 3B | 78 | 0 | 29 |
| Octal | 147 | 150 | 147 | 1 | 0 | 1 | 73 | 170 | 0 | 51 |
| Binary | 1100111 | 1101000 | 1100111 | 1 | 0 | 1 | 111011 | 1111000 | 0 | 101001 |
Color Harmonies of #676867
Complementary color
Monochromatic Colors of #676867
Black with #676867
Text Example
Text Example
White with #676867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676867; }
p { color: rgb(103,104,103); }
H1.HeaderClassName
{
color: #676867;
}
.AnyTagClassName
{
color: #676867;
}
</style>
background-color css
<style>
a { background-color: #676867; }
a { background-color: rgb(103,104,103); }
div.DivClassName
{
background-color: #676867;
}
.BgClassName
{
background-color: #676867;
}
</style>
border-color css
<style>
span { border-color: #676867; }
span { border-color: rgb(103,104,103); }
td.TdClassName
{
border-color: #676867;
}
.TagClassName
{
border-color: #676867;
}
</style>