Shades of Finlandia #667A65
Tints of Finlandia #667A65
RGB
CMYK
RGB Variations
Color information
#667A65 (or 0x667A65) is known color: Finlandia. HEX triplet: 66, 7A and 65. RGB value is (102,122,101). Sum of RGB (Red+Green+Blue) = 102+122+101=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 122 - color contains mainly: green. Hex color #667A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667A65 is #99859A. Grayscale: #717171. Windows color (decimal): -10061211 or 6650470. OLE color: 6650470.
HSL color Cylindrical-coordinate representation of color #667A65: hue angle of 117.14º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #667A65 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 122 | 101 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.52 |
| HSL | 117.14º | 0.09% | 0.44% | - |
| HSV(B) | 117.14º | 0.17% | 0.48% | - |
| XYZ | 14.79 | 17.68 | 14.95 | - |
| YUV | 113.63 | 120.87 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 122 | 101 | 0.16 | 0 | 0.17 | 0.52 | 117.14 | 0.09 | 0.44 |
| Hex | 66 | 7A | 65 | 10 | 0 | 11 | 34 | 75 | 9 | 2C |
| Octal | 146 | 172 | 145 | 20 | 0 | 21 | 64 | 165 | 11 | 54 |
| Binary | 1100110 | 1111010 | 1100101 | 10000 | 0 | 10001 | 110100 | 1110101 | 1001 | 101100 |
Color Harmonies of #667A65
Complementary color
Monochromatic Colors of #667A65
Black with #667A65
Text Example
Text Example
White with #667A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667A65; }
p { color: rgb(102,122,101); }
H1.HeaderClassName
{
color: #667A65;
}
.AnyTagClassName
{
color: #667A65;
}
</style>
background-color css
<style>
a { background-color: #667A65; }
a { background-color: rgb(102,122,101); }
div.DivClassName
{
background-color: #667A65;
}
.BgClassName
{
background-color: #667A65;
}
</style>
border-color css
<style>
span { border-color: #667A65; }
span { border-color: rgb(102,122,101); }
td.TdClassName
{
border-color: #667A65;
}
.TagClassName
{
border-color: #667A65;
}
</style>