Shades of Finlandia #697A66
Tints of Finlandia #697A66
RGB
CMYK
RGB Variations
Color information
#697A66 (or 0x697A66) is known color: Finlandia. HEX triplet: 69, 7A and 66. RGB value is (105,122,102). Sum of RGB (Red+Green+Blue) = 105+122+102=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 122 - color contains mainly: green. Hex color #697A66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697A66 is #968599. Grayscale: #727272. Windows color (decimal): -9864602 or 6716009. OLE color: 6716009.
HSL color Cylindrical-coordinate representation of color #697A66: hue angle of 111º degrees, saturation: 0.09, 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 #697A66 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 122 | 102 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.52 |
| HSL | 111º | 0.09% | 0.44% | - |
| HSV(B) | 111º | 0.16% | 0.48% | - |
| XYZ | 15.18 | 17.88 | 15.22 | - |
| YUV | 114.64 | 120.87 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 122 | 102 | 0.14 | 0 | 0.16 | 0.52 | 111 | 0.09 | 0.44 |
| Hex | 69 | 7A | 66 | E | 0 | 10 | 34 | 6F | 9 | 2C |
| Octal | 151 | 172 | 146 | 16 | 0 | 20 | 64 | 157 | 11 | 54 |
| Binary | 1101001 | 1111010 | 1100110 | 1110 | 0 | 10000 | 110100 | 1101111 | 1001 | 101100 |
Color Harmonies of #697A66
Complementary color
Monochromatic Colors of #697A66
Black with #697A66
Text Example
Text Example
White with #697A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697A66; }
p { color: rgb(105,122,102); }
H1.HeaderClassName
{
color: #697A66;
}
.AnyTagClassName
{
color: #697A66;
}
</style>
background-color css
<style>
a { background-color: #697A66; }
a { background-color: rgb(105,122,102); }
div.DivClassName
{
background-color: #697A66;
}
.BgClassName
{
background-color: #697A66;
}
</style>
border-color css
<style>
span { border-color: #697A66; }
span { border-color: rgb(105,122,102); }
td.TdClassName
{
border-color: #697A66;
}
.TagClassName
{
border-color: #697A66;
}
</style>