Shades of Finlandia #687F64
Tints of Finlandia #687F64
RGB
CMYK
RGB Variations
Color information
#687F64 (or 0x687F64) is known color: Finlandia. HEX triplet: 68, 7F and 64. RGB value is (104,127,100). Sum of RGB (Red+Green+Blue) = 104+127+100=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 127 (50% from 255 or 38.37% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 127 - color contains mainly: green. Hex color #687F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687F64 is #97809B. Grayscale: #757575. Windows color (decimal): -9928860 or 6586216. OLE color: 6586216.
HSL color Cylindrical-coordinate representation of color #687F64: hue angle of 111.11º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #687F64 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 127 | 100 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.50 |
| HSL | 111.11º | 0.12% | 0.45% | - |
| HSV(B) | 111.11º | 0.21% | 0.5% | - |
| XYZ | 15.6 | 19.04 | 14.91 | - |
| YUV | 117.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 127 | 100 | 0.18 | 0 | 0.21 | 0.50 | 111.11 | 0.12 | 0.45 |
| Hex | 68 | 7F | 64 | 12 | 0 | 15 | 32 | 6F | C | 2D |
| Octal | 150 | 177 | 144 | 22 | 0 | 25 | 62 | 157 | 14 | 55 |
| Binary | 1101000 | 1111111 | 1100100 | 10010 | 0 | 10101 | 110010 | 1101111 | 1100 | 101101 |
Color Harmonies of #687F64
Complementary color
Monochromatic Colors of #687F64
Black with #687F64
Text Example
Text Example
White with #687F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687F64; }
p { color: rgb(104,127,100); }
H1.HeaderClassName
{
color: #687F64;
}
.AnyTagClassName
{
color: #687F64;
}
</style>
background-color css
<style>
a { background-color: #687F64; }
a { background-color: rgb(104,127,100); }
div.DivClassName
{
background-color: #687F64;
}
.BgClassName
{
background-color: #687F64;
}
</style>
border-color css
<style>
span { border-color: #687F64; }
span { border-color: rgb(104,127,100); }
td.TdClassName
{
border-color: #687F64;
}
.TagClassName
{
border-color: #687F64;
}
</style>