Shades of Finlandia #688061
Tints of Finlandia #688061
RGB
CMYK
RGB Variations
Color information
#688061 (or 0x688061) is known color: Finlandia. HEX triplet: 68, 80 and 61. RGB value is (104,128,97). Sum of RGB (Red+Green+Blue) = 104+128+97=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 128 - color contains mainly: green. Hex color #688061 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688061 is #977F9E. Grayscale: #757575. Windows color (decimal): -9928607 or 6389864. OLE color: 6389864.
HSL color Cylindrical-coordinate representation of color #688061: hue angle of 106.45º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #688061 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 128 | 97 | - |
| CMYK | 0.19 | 0 | 0.24 | 0.50 |
| HSL | 106.45º | 0.14% | 0.44% | - |
| HSV(B) | 106.45º | 0.24% | 0.5% | - |
| XYZ | 15.59 | 19.24 | 14.2 | - |
| YUV | 117.29 | 116.55 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 128 | 97 | 0.19 | 0 | 0.24 | 0.50 | 106.45 | 0.14 | 0.44 |
| Hex | 68 | 80 | 61 | 13 | 0 | 18 | 32 | 6A | E | 2C |
| Octal | 150 | 200 | 141 | 23 | 0 | 30 | 62 | 152 | 16 | 54 |
| Binary | 1101000 | 10000000 | 1100001 | 10011 | 0 | 11000 | 110010 | 1101010 | 1110 | 101100 |
Color Harmonies of #688061
Complementary color
Monochromatic Colors of #688061
Black with #688061
Text Example
Text Example
White with #688061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688061; }
p { color: rgb(104,128,97); }
H1.HeaderClassName
{
color: #688061;
}
.AnyTagClassName
{
color: #688061;
}
</style>
background-color css
<style>
a { background-color: #688061; }
a { background-color: rgb(104,128,97); }
div.DivClassName
{
background-color: #688061;
}
.BgClassName
{
background-color: #688061;
}
</style>
border-color css
<style>
span { border-color: #688061; }
span { border-color: rgb(104,128,97); }
td.TdClassName
{
border-color: #688061;
}
.TagClassName
{
border-color: #688061;
}
</style>