Shades of Finlandia #696E69
Tints of Finlandia #696E69
RGB
CMYK
RGB Variations
Color information
#696E69 (or 0x696E69) is known color: Finlandia. HEX triplet: 69, 6E and 69. RGB value is (105,110,105). Sum of RGB (Red+Green+Blue) = 105+110+105=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 110 - color contains mainly: green. Hex color #696E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696E69 is #969196. Grayscale: #6B6B6B. Windows color (decimal): -9867671 or 6909545. OLE color: 6909545.
HSL color Cylindrical-coordinate representation of color #696E69: hue angle of 120º degrees, saturation: 0.02, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #696E69 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 110 | 105 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.57 |
| HSL | 120º | 0.02% | 0.42% | - |
| HSV(B) | 120º | 0.05% | 0.43% | - |
| XYZ | 13.95 | 15.18 | 15.56 | - |
| YUV | 107.94 | 126.34 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 110 | 105 | 0.05 | 0 | 0.05 | 0.57 | 120 | 0.02 | 0.42 |
| Hex | 69 | 6E | 69 | 5 | 0 | 5 | 39 | 78 | 2 | 2A |
| Octal | 151 | 156 | 151 | 5 | 0 | 5 | 71 | 170 | 2 | 52 |
| Binary | 1101001 | 1101110 | 1101001 | 101 | 0 | 101 | 111001 | 1111000 | 10 | 101010 |
Color Harmonies of #696E69
Complementary color
Monochromatic Colors of #696E69
Black with #696E69
Text Example
Text Example
White with #696E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696E69; }
p { color: rgb(105,110,105); }
H1.HeaderClassName
{
color: #696E69;
}
.AnyTagClassName
{
color: #696E69;
}
</style>
background-color css
<style>
a { background-color: #696E69; }
a { background-color: rgb(105,110,105); }
div.DivClassName
{
background-color: #696E69;
}
.BgClassName
{
background-color: #696E69;
}
</style>
border-color css
<style>
span { border-color: #696E69; }
span { border-color: rgb(105,110,105); }
td.TdClassName
{
border-color: #696E69;
}
.TagClassName
{
border-color: #696E69;
}
</style>