Shades of Finlandia #697465
Tints of Finlandia #697465
RGB
CMYK
RGB Variations
Color information
#697465 (or 0x697465) is known color: Finlandia. HEX triplet: 69, 74 and 65. RGB value is (105,116,101). Sum of RGB (Red+Green+Blue) = 105+116+101=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 116 - color contains mainly: green. Hex color #697465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697465 is #968B9A. Grayscale: #6F6F6F. Windows color (decimal): -9866139 or 6648937. OLE color: 6648937.
HSL color Cylindrical-coordinate representation of color #697465: hue angle of 104º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #697465 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 116 | 101 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.55 |
| HSL | 104º | 0.07% | 0.43% | - |
| HSV(B) | 104º | 0.13% | 0.45% | - |
| XYZ | 14.42 | 16.43 | 14.72 | - |
| YUV | 111 | 122.36 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 116 | 101 | 0.09 | 0 | 0.13 | 0.55 | 104 | 0.07 | 0.43 |
| Hex | 69 | 74 | 65 | 9 | 0 | D | 37 | 68 | 7 | 2B |
| Octal | 151 | 164 | 145 | 11 | 0 | 15 | 67 | 150 | 7 | 53 |
| Binary | 1101001 | 1110100 | 1100101 | 1001 | 0 | 1101 | 110111 | 1101000 | 111 | 101011 |
Color Harmonies of #697465
Complementary color
Monochromatic Colors of #697465
Black with #697465
Text Example
Text Example
White with #697465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697465; }
p { color: rgb(105,116,101); }
H1.HeaderClassName
{
color: #697465;
}
.AnyTagClassName
{
color: #697465;
}
</style>
background-color css
<style>
a { background-color: #697465; }
a { background-color: rgb(105,116,101); }
div.DivClassName
{
background-color: #697465;
}
.BgClassName
{
background-color: #697465;
}
</style>
border-color css
<style>
span { border-color: #697465; }
span { border-color: rgb(105,116,101); }
td.TdClassName
{
border-color: #697465;
}
.TagClassName
{
border-color: #697465;
}
</style>