Shades of Finlandia #697B67
Tints of Finlandia #697B67
RGB
CMYK
RGB Variations
Color information
#697B67 (or 0x697B67) is known color: Finlandia. HEX triplet: 69, 7B and 67. RGB value is (105,123,103). Sum of RGB (Red+Green+Blue) = 105+123+103=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 123 - color contains mainly: green. Hex color #697B67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697B67 is #968498. Grayscale: #737373. Windows color (decimal): -9864345 or 6781801. OLE color: 6781801.
HSL color Cylindrical-coordinate representation of color #697B67: hue angle of 114º 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 #697B67 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 123 | 103 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.52 |
| HSL | 114º | 0.09% | 0.44% | - |
| HSV(B) | 114º | 0.16% | 0.48% | - |
| XYZ | 15.36 | 18.15 | 15.53 | - |
| YUV | 115.34 | 121.04 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 123 | 103 | 0.15 | 0 | 0.16 | 0.52 | 114 | 0.09 | 0.44 |
| Hex | 69 | 7B | 67 | F | 0 | 10 | 34 | 72 | 9 | 2C |
| Octal | 151 | 173 | 147 | 17 | 0 | 20 | 64 | 162 | 11 | 54 |
| Binary | 1101001 | 1111011 | 1100111 | 1111 | 0 | 10000 | 110100 | 1110010 | 1001 | 101100 |
Color Harmonies of #697B67
Complementary color
Monochromatic Colors of #697B67
Black with #697B67
Text Example
Text Example
White with #697B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697B67; }
p { color: rgb(105,123,103); }
H1.HeaderClassName
{
color: #697B67;
}
.AnyTagClassName
{
color: #697B67;
}
</style>
background-color css
<style>
a { background-color: #697B67; }
a { background-color: rgb(105,123,103); }
div.DivClassName
{
background-color: #697B67;
}
.BgClassName
{
background-color: #697B67;
}
</style>
border-color css
<style>
span { border-color: #697B67; }
span { border-color: rgb(105,123,103); }
td.TdClassName
{
border-color: #697B67;
}
.TagClassName
{
border-color: #697B67;
}
</style>