Shades of Finlandia #696E67
Tints of Finlandia #696E67
RGB
CMYK
RGB Variations
Color information
#696E67 (or 0x696E67) is known color: Finlandia. HEX triplet: 69, 6E and 67. RGB value is (105,110,103). Sum of RGB (Red+Green+Blue) = 105+110+103=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 110 - color contains mainly: green. Hex color #696E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696E67 is #969198. Grayscale: #6B6B6B. Windows color (decimal): -9867673 or 6778473. OLE color: 6778473.
HSL color Cylindrical-coordinate representation of color #696E67: hue angle of 102.86º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #696E67 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 110 | 103 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.57 |
| HSL | 102.86º | 0.03% | 0.42% | - |
| HSV(B) | 102.86º | 0.06% | 0.43% | - |
| XYZ | 13.85 | 15.13 | 15.02 | - |
| YUV | 107.71 | 125.34 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 110 | 103 | 0.05 | 0 | 0.06 | 0.57 | 102.86 | 0.03 | 0.42 |
| Hex | 69 | 6E | 67 | 5 | 0 | 6 | 39 | 67 | 3 | 2A |
| Octal | 151 | 156 | 147 | 5 | 0 | 6 | 71 | 147 | 3 | 52 |
| Binary | 1101001 | 1101110 | 1100111 | 101 | 0 | 110 | 111001 | 1100111 | 11 | 101010 |
Color Harmonies of #696E67
Complementary color
Monochromatic Colors of #696E67
Black with #696E67
Text Example
Text Example
White with #696E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696E67; }
p { color: rgb(105,110,103); }
H1.HeaderClassName
{
color: #696E67;
}
.AnyTagClassName
{
color: #696E67;
}
</style>
background-color css
<style>
a { background-color: #696E67; }
a { background-color: rgb(105,110,103); }
div.DivClassName
{
background-color: #696E67;
}
.BgClassName
{
background-color: #696E67;
}
</style>
border-color css
<style>
span { border-color: #696E67; }
span { border-color: rgb(105,110,103); }
td.TdClassName
{
border-color: #696E67;
}
.TagClassName
{
border-color: #696E67;
}
</style>