Shades of Finlandia #687A67
Tints of Finlandia #687A67
RGB
CMYK
RGB Variations
Color information
#687A67 (or 0x687A67) is known color: Finlandia. HEX triplet: 68, 7A and 67. RGB value is (104,122,103). Sum of RGB (Red+Green+Blue) = 104+122+103=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 122 - color contains mainly: green. Hex color #687A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687A67 is #978598. Grayscale: #727272. Windows color (decimal): -9930137 or 6781544. OLE color: 6781544.
HSL color Cylindrical-coordinate representation of color #687A67: hue angle of 116.84º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #687A67 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 122 | 103 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.52 |
| HSL | 116.84º | 0.08% | 0.44% | - |
| HSV(B) | 116.84º | 0.16% | 0.48% | - |
| XYZ | 15.12 | 17.84 | 15.48 | - |
| YUV | 114.45 | 121.54 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 122 | 103 | 0.15 | 0 | 0.16 | 0.52 | 116.84 | 0.08 | 0.44 |
| Hex | 68 | 7A | 67 | F | 0 | 10 | 34 | 75 | 8 | 2C |
| Octal | 150 | 172 | 147 | 17 | 0 | 20 | 64 | 165 | 10 | 54 |
| Binary | 1101000 | 1111010 | 1100111 | 1111 | 0 | 10000 | 110100 | 1110101 | 1000 | 101100 |
Color Harmonies of #687A67
Complementary color
Monochromatic Colors of #687A67
Black with #687A67
Text Example
Text Example
White with #687A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687A67; }
p { color: rgb(104,122,103); }
H1.HeaderClassName
{
color: #687A67;
}
.AnyTagClassName
{
color: #687A67;
}
</style>
background-color css
<style>
a { background-color: #687A67; }
a { background-color: rgb(104,122,103); }
div.DivClassName
{
background-color: #687A67;
}
.BgClassName
{
background-color: #687A67;
}
</style>
border-color css
<style>
span { border-color: #687A67; }
span { border-color: rgb(104,122,103); }
td.TdClassName
{
border-color: #687A67;
}
.TagClassName
{
border-color: #687A67;
}
</style>