Shades of Finlandia #667B61
Tints of Finlandia #667B61
RGB
CMYK
RGB Variations
Color information
#667B61 (or 0x667B61) is known color: Finlandia. HEX triplet: 66, 7B and 61. RGB value is (102,123,97). Sum of RGB (Red+Green+Blue) = 102+123+97=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 123 - color contains mainly: green. Hex color #667B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667B61 is #99849E. Grayscale: #717171. Windows color (decimal): -10060959 or 6388582. OLE color: 6388582.
HSL color Cylindrical-coordinate representation of color #667B61: hue angle of 108.46º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #667B61 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 123 | 97 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.52 |
| HSL | 108.46º | 0.12% | 0.43% | - |
| HSV(B) | 108.46º | 0.21% | 0.48% | - |
| XYZ | 14.72 | 17.85 | 13.98 | - |
| YUV | 113.76 | 118.54 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 123 | 97 | 0.17 | 0 | 0.21 | 0.52 | 108.46 | 0.12 | 0.43 |
| Hex | 66 | 7B | 61 | 11 | 0 | 15 | 34 | 6C | C | 2B |
| Octal | 146 | 173 | 141 | 21 | 0 | 25 | 64 | 154 | 14 | 53 |
| Binary | 1100110 | 1111011 | 1100001 | 10001 | 0 | 10101 | 110100 | 1101100 | 1100 | 101011 |
Color Harmonies of #667B61
Complementary color
Monochromatic Colors of #667B61
Black with #667B61
Text Example
Text Example
White with #667B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667B61; }
p { color: rgb(102,123,97); }
H1.HeaderClassName
{
color: #667B61;
}
.AnyTagClassName
{
color: #667B61;
}
</style>
background-color css
<style>
a { background-color: #667B61; }
a { background-color: rgb(102,123,97); }
div.DivClassName
{
background-color: #667B61;
}
.BgClassName
{
background-color: #667B61;
}
</style>
border-color css
<style>
span { border-color: #667B61; }
span { border-color: rgb(102,123,97); }
td.TdClassName
{
border-color: #667B61;
}
.TagClassName
{
border-color: #667B61;
}
</style>