Shades of Finlandia #697E66
Tints of Finlandia #697E66
RGB
CMYK
RGB Variations
Color information
#697E66 (or 0x697E66) is known color: Finlandia. HEX triplet: 69, 7E and 66. RGB value is (105,126,102). Sum of RGB (Red+Green+Blue) = 105+126+102=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 126 (49.61% from 255 or 37.84% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 126 - color contains mainly: green. Hex color #697E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697E66 is #968199. Grayscale: #757575. Windows color (decimal): -9863578 or 6717033. OLE color: 6717033.
HSL color Cylindrical-coordinate representation of color #697E66: hue angle of 112.5º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #697E66 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 126 | 102 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.51 |
| HSL | 112.5º | 0.11% | 0.45% | - |
| HSV(B) | 112.5º | 0.19% | 0.49% | - |
| XYZ | 15.68 | 18.88 | 15.39 | - |
| YUV | 116.99 | 119.54 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 126 | 102 | 0.17 | 0 | 0.19 | 0.51 | 112.5 | 0.11 | 0.45 |
| Hex | 69 | 7E | 66 | 11 | 0 | 13 | 33 | 70 | B | 2D |
| Octal | 151 | 176 | 146 | 21 | 0 | 23 | 63 | 160 | 13 | 55 |
| Binary | 1101001 | 1111110 | 1100110 | 10001 | 0 | 10011 | 110011 | 1110000 | 1011 | 101101 |
Color Harmonies of #697E66
Complementary color
Monochromatic Colors of #697E66
Black with #697E66
Text Example
Text Example
White with #697E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697E66; }
p { color: rgb(105,126,102); }
H1.HeaderClassName
{
color: #697E66;
}
.AnyTagClassName
{
color: #697E66;
}
</style>
background-color css
<style>
a { background-color: #697E66; }
a { background-color: rgb(105,126,102); }
div.DivClassName
{
background-color: #697E66;
}
.BgClassName
{
background-color: #697E66;
}
</style>
border-color css
<style>
span { border-color: #697E66; }
span { border-color: rgb(105,126,102); }
td.TdClassName
{
border-color: #697E66;
}
.TagClassName
{
border-color: #697E66;
}
</style>