Shades of Finlandia #686D68
Tints of Finlandia #686D68
RGB
CMYK
RGB Variations
Color information
#686D68 (or 0x686D68) is known color: Finlandia. HEX triplet: 68, 6D and 68. RGB value is (104,109,104). Sum of RGB (Red+Green+Blue) = 104+109+104=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 109 - color contains mainly: green. Hex color #686D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686D68 is #979297. Grayscale: #6A6A6A. Windows color (decimal): -9933464 or 6843752. OLE color: 6843752.
HSL color Cylindrical-coordinate representation of color #686D68: hue angle of 120º degrees, saturation: 0.02, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #686D68 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 109 | 104 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.57 |
| HSL | 120º | 0.02% | 0.42% | - |
| HSV(B) | 120º | 0.05% | 0.43% | - |
| XYZ | 13.68 | 14.88 | 15.25 | - |
| YUV | 106.94 | 126.34 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 104 | 0.05 | 0 | 0.05 | 0.57 | 120 | 0.02 | 0.42 |
| Hex | 68 | 6D | 68 | 5 | 0 | 5 | 39 | 78 | 2 | 2A |
| Octal | 150 | 155 | 150 | 5 | 0 | 5 | 71 | 170 | 2 | 52 |
| Binary | 1101000 | 1101101 | 1101000 | 101 | 0 | 101 | 111001 | 1111000 | 10 | 101010 |
Color Harmonies of #686D68
Complementary color
Monochromatic Colors of #686D68
Black with #686D68
Text Example
Text Example
White with #686D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686D68; }
p { color: rgb(104,109,104); }
H1.HeaderClassName
{
color: #686D68;
}
.AnyTagClassName
{
color: #686D68;
}
</style>
background-color css
<style>
a { background-color: #686D68; }
a { background-color: rgb(104,109,104); }
div.DivClassName
{
background-color: #686D68;
}
.BgClassName
{
background-color: #686D68;
}
</style>
border-color css
<style>
span { border-color: #686D68; }
span { border-color: rgb(104,109,104); }
td.TdClassName
{
border-color: #686D68;
}
.TagClassName
{
border-color: #686D68;
}
</style>