Shades of Finlandia #696F68
Tints of Finlandia #696F68
RGB
CMYK
RGB Variations
Color information
#696F68 (or 0x696F68) is known color: Finlandia. HEX triplet: 69, 6F and 68. RGB value is (105,111,104). Sum of RGB (Red+Green+Blue) = 105+111+104=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 111 - color contains mainly: green. Hex color #696F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696F68 is #969097. Grayscale: #6C6C6C. Windows color (decimal): -9867416 or 6844265. OLE color: 6844265.
HSL color Cylindrical-coordinate representation of color #696F68: hue angle of 111.43º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #696F68 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 111 | 104 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.56 |
| HSL | 111.43º | 0.03% | 0.42% | - |
| HSV(B) | 111.43º | 0.06% | 0.44% | - |
| XYZ | 14.01 | 15.37 | 15.33 | - |
| YUV | 108.41 | 125.51 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 111 | 104 | 0.05 | 0 | 0.06 | 0.56 | 111.43 | 0.03 | 0.42 |
| Hex | 69 | 6F | 68 | 5 | 0 | 6 | 38 | 6F | 3 | 2A |
| Octal | 151 | 157 | 150 | 5 | 0 | 6 | 70 | 157 | 3 | 52 |
| Binary | 1101001 | 1101111 | 1101000 | 101 | 0 | 110 | 111000 | 1101111 | 11 | 101010 |
Color Harmonies of #696F68
Complementary color
Monochromatic Colors of #696F68
Black with #696F68
Text Example
Text Example
White with #696F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696F68; }
p { color: rgb(105,111,104); }
H1.HeaderClassName
{
color: #696F68;
}
.AnyTagClassName
{
color: #696F68;
}
</style>
background-color css
<style>
a { background-color: #696F68; }
a { background-color: rgb(105,111,104); }
div.DivClassName
{
background-color: #696F68;
}
.BgClassName
{
background-color: #696F68;
}
</style>
border-color css
<style>
span { border-color: #696F68; }
span { border-color: rgb(105,111,104); }
td.TdClassName
{
border-color: #696F68;
}
.TagClassName
{
border-color: #696F68;
}
</style>