Shades of Finlandia #687A63
Tints of Finlandia #687A63
RGB
CMYK
RGB Variations
Color information
#687A63 (or 0x687A63) is known color: Finlandia. HEX triplet: 68, 7A and 63. RGB value is (104,122,99). Sum of RGB (Red+Green+Blue) = 104+122+99=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 122 - color contains mainly: green. Hex color #687A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687A63 is #97859C. Grayscale: #727272. Windows color (decimal): -9930141 or 6519400. OLE color: 6519400.
HSL color Cylindrical-coordinate representation of color #687A63: hue angle of 106.96º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #687A63 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 122 | 99 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.52 |
| HSL | 106.96º | 0.1% | 0.43% | - |
| HSV(B) | 106.96º | 0.19% | 0.48% | - |
| XYZ | 14.92 | 17.76 | 14.45 | - |
| YUV | 114 | 119.54 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 122 | 99 | 0.15 | 0 | 0.19 | 0.52 | 106.96 | 0.1 | 0.43 |
| Hex | 68 | 7A | 63 | F | 0 | 13 | 34 | 6B | A | 2B |
| Octal | 150 | 172 | 143 | 17 | 0 | 23 | 64 | 153 | 12 | 53 |
| Binary | 1101000 | 1111010 | 1100011 | 1111 | 0 | 10011 | 110100 | 1101011 | 1010 | 101011 |
Color Harmonies of #687A63
Complementary color
Monochromatic Colors of #687A63
Black with #687A63
Text Example
Text Example
White with #687A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687A63; }
p { color: rgb(104,122,99); }
H1.HeaderClassName
{
color: #687A63;
}
.AnyTagClassName
{
color: #687A63;
}
</style>
background-color css
<style>
a { background-color: #687A63; }
a { background-color: rgb(104,122,99); }
div.DivClassName
{
background-color: #687A63;
}
.BgClassName
{
background-color: #687A63;
}
</style>
border-color css
<style>
span { border-color: #687A63; }
span { border-color: rgb(104,122,99); }
td.TdClassName
{
border-color: #687A63;
}
.TagClassName
{
border-color: #687A63;
}
</style>