Shades of Finlandia #666D66
Tints of Finlandia #666D66
RGB
CMYK
RGB Variations
Color information
#666D66 (or 0x666D66) is known color: Finlandia. HEX triplet: 66, 6D and 66. RGB value is (102,109,102). Sum of RGB (Red+Green+Blue) = 102+109+102=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 109 - color contains mainly: green. Hex color #666D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666D66 is #999299. Grayscale: #6A6A6A. Windows color (decimal): -10064538 or 6712678. OLE color: 6712678.
HSL color Cylindrical-coordinate representation of color #666D66: hue angle of 120º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #666D66 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 109 | 102 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.57 |
| HSL | 120º | 0.03% | 0.41% | - |
| HSV(B) | 120º | 0.06% | 0.43% | - |
| XYZ | 13.35 | 14.72 | 14.71 | - |
| YUV | 106.11 | 125.68 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 102 | 0.06 | 0 | 0.06 | 0.57 | 120 | 0.03 | 0.41 |
| Hex | 66 | 6D | 66 | 6 | 0 | 6 | 39 | 78 | 3 | 29 |
| Octal | 146 | 155 | 146 | 6 | 0 | 6 | 71 | 170 | 3 | 51 |
| Binary | 1100110 | 1101101 | 1100110 | 110 | 0 | 110 | 111001 | 1111000 | 11 | 101001 |
Color Harmonies of #666D66
Complementary color
Monochromatic Colors of #666D66
Black with #666D66
Text Example
Text Example
White with #666D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666D66; }
p { color: rgb(102,109,102); }
H1.HeaderClassName
{
color: #666D66;
}
.AnyTagClassName
{
color: #666D66;
}
</style>
background-color css
<style>
a { background-color: #666D66; }
a { background-color: rgb(102,109,102); }
div.DivClassName
{
background-color: #666D66;
}
.BgClassName
{
background-color: #666D66;
}
</style>
border-color css
<style>
span { border-color: #666D66; }
span { border-color: rgb(102,109,102); }
td.TdClassName
{
border-color: #666D66;
}
.TagClassName
{
border-color: #666D66;
}
</style>